#D33A2C
A medium, moderate red closely aligning with Firebrick.
About #D33A2C
At its core, #D33A2C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(211, 58, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 73% magenta, 79% yellow, and 17% black. With a hue angle of 5.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D33A2C
RGB211, 58, 44
HSL5.0°, 65.5%, 50.0%
CMYK0%, 73%, 79%, 17%
HSV5.0°, 79.1%, 82.7%
LAB48.3, 58.7, 43.6
XYZ28.8, 17.1, 4.2
Decimal13842988
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: #D33A2C;
}
.text-color {
color: #D33A2C;
}
.border-color {
border: 2px solid #D33A2C;
}