Color: #C5332E

#C5332E Color Information

#C5332E is a dark color. The closest websafe version is #C5332E. A complement of this color would be #2FC1C6, perceived brightness is 0.37, and the grayscale version is #7A7A7A.

In the HSL color space, this color has a hue angle of 2°,a saturation of 62%, and a lightness of 48%.The HSV representation shows a hue of 2°, a saturation of 100%, and a value of 100%.

In a RGB color space, #C5332E is composed of 77% red, 20% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 74% magenta, 77% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 14.96, x: 0.5909, and y: 0.3398.

Color Code #C5332E

HEX
#C5332E
RGB
rgb(197, 51, 46)
HSL
hsl(2, 62%, 48%)
HSV
hsv(2, 77%, 77%)
CMYK
0%, 74%, 77%, 23%
XYZ
X: 26.01, Y: 14.96, Z: 3.05
Lab
L: 45.58, a: 57.64, b: 39.55
Name

Shades of Color #C5332E

Shades are created by darkening the original color #C5332E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #C5332E

Tints are created by lightening the original color #C5332E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #C5332E Color Code

In the HSL color space, this color has a hue angle of 2°, a saturation of 62%, and a lightness of 48%. The HSV representation shows a hue of 2°, a saturation of 77%, and a value of 77%.

  • HEX: #C5332E
  • RGB: rgb(197, 51, 46)
  • HSL: hsl(2, 62%, 48%)
  • HSV: hsv(2, 77%, 77%)
  • CMYK: 0.00% cyan, 74.00% magenta, 77.00% yellow, 23.00% black
  • XYZ: 26.01, 14.96, 3.05
  • Yxy: 14.96, 0.5909, 0.3398
  • Hunter Lab: 45.58, 57.64, 39.55
  • CIE-Lab: 45.58, 57.64, 39.55

In the XYZ color space, this color is represented as X: 26.01, Y: 14.96, Z: 3.05. The Yxy representation further refines this as Y: 14.96, x: 0.5909, and y: 0.3398.

In the Hunter Lab color space, this color is represented as L: 45.58, a: 57.64, and b: 39.55. Similarly, in the CIE-Lab color space, it is represented as L: 45.58, a: 57.64, and b: 39.55.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #C5332E

Triadic colors are three colors evenly spaced around the color wheel, including #C5332E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C5332E

Analogous colors are adjacent to #C5332E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #C5332E

Monochromatic colors are variations of #C5332E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C5332E

The complementary color of #C5332E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #C5332E

/* Using HEX */
body {
  background-color: #c5332e;
}
/* Using RGB */
body {
  background-color: rgb(197, 51, 46);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 51, 46, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(2, 62%, 48%);
}
/* Text color */
p {
  color: #c5332e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5332e;
}

HTML Examples of #C5332E

<!-- Using HEX -->
<div style="background-color: #c5332e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 51, 46); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 51, 46, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(2, 62%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5332e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5332e; width: 100px; height: 100px;"></div>

Related Colors of #C5332E

These colors are similar to #C5332E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.