#CC3A24
A medium, vivid red closely aligning with Firebrick.
About #CC3A24
The hex code #CC3A24 represents a beautifully specific shade of red. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 204 red, 58 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 72% Magenta, 82% Yellow, and 20% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3A24
RGB204, 58, 36
HSL7.9°, 70.0%, 47.1%
CMYK0%, 72%, 82%, 20%
HSV7.9°, 82.4%, 80.0%
LAB47.0, 56.2, 45.9
XYZ26.7, 16.0, 3.3
Decimal13384228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.00:1
Text on #FFFFFF
AA
4.20:1
Text on #000000
AA Large
4.78:1
Text on #F8FAFC
AA
3.57:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A24;
}
.text-color {
color: #CC3A24;
}
.border-color {
border: 2px solid #CC3A24;
}