#CC5F49
A medium, moderate red closely aligning with Indianred.
About #CC5F49
At its core, #CC5F49 is a medium and moderate hue. Designers often compare it to the standard color Indianred. In the RGB color space, it consists of 204 red, 95 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 53% M, 64% Y, and 20% K. With a hue angle of 10.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5F49
RGB204, 95, 73
HSL10.1°, 56.2%, 54.3%
CMYK0%, 53%, 64%, 20%
HSV10.1°, 64.2%, 80.0%
LAB53.5, 41.6, 33.1
XYZ30.2, 21.5, 8.9
Decimal13393737
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F49;
}
.text-color {
color: #CC5F49;
}
.border-color {
border: 2px solid #CC5F49;
}