#CC3A33
A medium, moderate red closely aligning with Firebrick.
About #CC3A33
Visually, #CC3A33 is defined as a moderate red. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(204, 58, 51).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 72% magenta, 75% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC3A33
RGB204, 58, 51
HSL2.7°, 60.0%, 50.0%
CMYK0%, 72%, 75%, 20%
HSV2.7°, 75.0%, 80.0%
LAB47.1, 56.7, 38.1
XYZ27.0, 16.1, 4.8
Decimal13384243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.98:1
Text on #FFFFFF
AA
4.22:1
Text on #000000
AA Large
4.76:1
Text on #F8FAFC
AA
3.59:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A33;
}
.text-color {
color: #CC3A33;
}
.border-color {
border: 2px solid #CC3A33;
}