#CC3324
A medium, vivid red closely aligning with Firebrick.
About #CC3324
Visually, #CC3324 is defined as a vivid red. Its closest recognized web color is Firebrick. Its digital footprint relies on 204 parts red, 51 parts green, and 36 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 75% Magenta, 82% Yellow, and 20% Black. With a hue angle of 5.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CC3324
RGB204, 51, 36
HSL5.4°, 70.0%, 47.1%
CMYK0%, 75%, 82%, 20%
HSV5.4°, 82.4%, 80.0%
LAB46.1, 58.6, 45.1
XYZ26.4, 15.3, 3.2
Decimal13382436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.16:1
Text on #FFFFFF
AA
4.07:1
Text on #000000
AA Large
4.94:1
Text on #F8FAFC
AA
3.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3324;
}
.text-color {
color: #CC3324;
}
.border-color {
border: 2px solid #CC3324;
}