#CC5F5F
A medium, moderate red closely aligning with Indianred.
About #CC5F5F
Visually, #CC5F5F is defined as a moderate red. It is closely associated with the named CSS color Indianred. Its digital footprint relies on 204 parts red, 95 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 53% Magenta, 53% Yellow, and 20% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC5F5F
RGB204, 95, 95
HSL0.0°, 51.7%, 58.6%
CMYK0%, 53%, 53%, 20%
HSV0.0°, 53.4%, 80.0%
LAB53.9, 43.3, 21.0
XYZ31.1, 21.8, 13.4
Decimal13393759
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.56:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC5F5F;
}
.text-color {
color: #CC5F5F;
}
.border-color {
border: 2px solid #CC5F5F;
}