#CC2C33
A medium, moderate red closely aligning with Firebrick.
About #CC2C33
The hex code #CC2C33 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 44, and 51.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 78% magenta inks. With a hue angle of 357.4 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC2C33
RGB204, 44, 51
HSL357.4°, 64.5%, 48.6%
CMYK0%, 78%, 75%, 20%
HSV357.4°, 78.4%, 80.0%
LAB45.5, 61.3, 36.3
XYZ26.4, 14.9, 4.6
Decimal13380659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.28:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.05:1
Text on #F8FAFC
AA
3.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2C33;
}
.text-color {
color: #CC2C33;
}
.border-color {
border: 2px solid #CC2C33;
}