#CC2C07
A medium, vivid red closely aligning with Tomato.
About #CC2C07
When working with digital screens, the color #CC2C07 is rendered by mixing light. Designers often compare it to the standard color Tomato. In the RGB color space, it consists of 204 red, 44 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 78% magenta, 97% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC2C07
RGB204, 44, 7
HSL11.3°, 93.4%, 41.4%
CMYK0%, 78%, 97%, 20%
HSV11.3°, 96.6%, 80.0%
LAB45.2, 60.3, 55.8
XYZ25.8, 14.7, 1.7
Decimal13380615
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.34:1
Text on #FFFFFF
AA
3.93:1
Text on #000000
AA Large
5.11:1
Text on #F8FAFC
AA
3.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2C07;
}
.text-color {
color: #CC2C07;
}
.border-color {
border: 2px solid #CC2C07;
}