#CC423A
A medium, moderate red closely aligning with Firebrick.
About #CC423A
Visually, #CC423A is defined as a moderate red. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(204, 66, 58).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 72% yellow, and 20% black. The HSL representation is 3.3° hue, 58.9% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC423A
RGB204, 66, 58
HSL3.3°, 58.9%, 51.4%
CMYK0%, 68%, 72%, 20%
HSV3.3°, 71.6%, 80.0%
LAB48.3, 54.0, 35.5
XYZ27.6, 17.0, 5.8
Decimal13386298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC423A;
}
.text-color {
color: #CC423A;
}
.border-color {
border: 2px solid #CC423A;
}