#CC3A3A
A medium, moderate red closely aligning with Firebrick.
About #CC3A3A
When working with digital screens, the color #CC3A3A is rendered by mixing light. Designers often compare it to the standard color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 204, 58, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 72% Magenta, 72% Yellow, and 20% Black. With a hue angle of 0.0 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC3A3A
RGB204, 58, 58
HSL0.0°, 58.9%, 51.4%
CMYK0%, 72%, 72%, 20%
HSV0.0°, 71.6%, 80.0%
LAB47.2, 57.0, 34.2
XYZ27.2, 16.2, 5.7
Decimal13384250
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.23:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC3A3A;
}
.text-color {
color: #CC3A3A;
}
.border-color {
border: 2px solid #CC3A3A;
}