#CC4233
A medium, moderate red closely aligning with Firebrick.
About #CC4233
The hex code #CC4233 represents a beautifully specific shade of red. Designers often compare it to the standard color Firebrick. This translates to an RGB value of rgb(204, 66, 51).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 68% magenta, 75% yellow, and 20% black. The HSL representation is 5.9° hue, 60.0% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC4233
RGB204, 66, 51
HSL5.9°, 60.0%, 50.0%
CMYK0%, 68%, 75%, 20%
HSV5.9°, 75.0%, 80.0%
LAB48.2, 53.7, 39.3
XYZ27.4, 17.0, 5.0
Decimal13386291
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.74:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC4233;
}
.text-color {
color: #CC4233;
}
.border-color {
border: 2px solid #CC4233;
}