#CC4250
A medium, moderate red closely aligning with Indianred.
About #CC4250
Visually, #CC4250 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Indianred. In the RGB color space, it consists of 204 red, 66 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 68% Magenta, 61% Yellow, and 20% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC4250
RGB204, 66, 80
HSL353.9°, 57.5%, 52.9%
CMYK0%, 68%, 61%, 20%
HSV353.9°, 67.6%, 80.0%
LAB48.7, 55.2, 23.0
XYZ28.3, 17.3, 9.4
Decimal13386320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA Large
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4250;
}
.text-color {
color: #CC4250;
}
.border-color {
border: 2px solid #CC4250;
}