Color: #C5333C

#C5333C Color Information

#C5333C is a dark color. The closest websafe version is #C5333C. A complement of this color would be #33C7BD, perceived brightness is 0.38, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 356°,a saturation of 59%, and a lightness of 49%.The HSV representation shows a hue of 356°, a saturation of 74%, and a value of 77%.

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

In the Yxy color space, this color is represented as Y: 15.07, x: 0.5752, and y: 0.3300.

Color Code #C5333C

#C5333Crgb(197, 51, 60)
HEX
#C5333C
RGB
rgb(197, 51, 60)
HSL
hsl(356, 59%, 49%)
HSV
hsv(356, 74%, 77%)
CMYK
0%, 74%, 70%, 23%
XYZ
X: 26.27, Y: 15.07, Z: 4.33
Lab
L: 45.73, a: 58.06, b: 31.58
Name

Shades of Color #C5333C

Shades are created by darkening the original color #C5333C 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 #C5333C

Tints are created by lightening the original color #C5333C 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.

#C5333Crgb(197, 51, 60)

About #C5333C Color Code

In the HSL color space, this color has a hue angle of 356°, a saturation of 59%, and a lightness of 49%. The HSV representation shows a hue of 356°, a saturation of 74%, and a value of 77%.

  • HEX: #C5333C
  • RGB: rgb(197, 51, 60)
  • HSL: hsl(356, 59%, 49%)
  • HSV: hsv(356, 74%, 77%)
  • CMYK: 0.00% cyan, 74.00% magenta, 70.00% yellow, 23.00% black
  • XYZ: 26.27, 15.07, 4.33
  • Yxy: 15.07, 0.5752, 0.3300
  • Hunter Lab: 45.73, 58.06, 31.58
  • CIE-Lab: 45.73, 58.06, 31.58

In the XYZ color space, this color is represented as X: 26.27, Y: 15.07, Z: 4.33. The Yxy representation further refines this as Y: 15.07, x: 0.5752, and y: 0.3300.

In the Hunter Lab color space, this color is represented as L: 45.73, a: 58.06, and b: 31.58. Similarly, in the CIE-Lab color space, it is represented as L: 45.73, a: 58.06, and b: 31.58.

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 #C5333C

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

Analogous Colors of #C5333C

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

Monochromatic Colors of #C5333C

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

Complementary Color of #C5333C

The complementary color of #C5333C 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 #C5333C

/* Using HEX */
body {
  background-color: #c5333c;
}
/* Using RGB */
body {
  background-color: rgb(197, 51, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(197, 51, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(356, 59%, 49%);
}
/* Text color */
p {
  color: #c5333c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c5333c;
}
/* Border color */
.box {
  border: 4px solid #c5333c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c5333c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c5333c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C5333C
On Black Background
#C5333C
On White Background
#C5333C

HTML Examples of #C5333C

<!-- Using HEX -->
<div style="background-color: #c5333c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(197, 51, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(197, 51, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(356, 59%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c5333c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c5333c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c5333c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c5333c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c5333c; color: #fff; padding: 16px; border-radius: 8px;">
  #C5333C
</div>
#C5333C
On Black Background
#C5333C
On White Background
#C5333C

Related Colors of #C5333C

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