#CC3A49
A medium, moderate red closely aligning with Brown.
About #CC3A49
Visually, #CC3A49 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(204, 58, 73).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 72% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC3A49
RGB204, 58, 73
HSL353.8°, 58.9%, 51.4%
CMYK0%, 72%, 64%, 20%
HSV353.8°, 71.6%, 80.0%
LAB47.4, 57.8, 25.6
XYZ27.6, 16.3, 8.0
Decimal13384265
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A49;
}
.text-color {
color: #CC3A49;
}
.border-color {
border: 2px solid #CC3A49;
}