#D3070F
A medium, vivid red closely aligning with Red.
About #D3070F
Visually, #D3070F is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 7, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 97% M, 93% Y, and 17% K. With a hue angle of 357.6 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D3070F
RGB211, 7, 15
HSL357.6°, 93.6%, 42.7%
CMYK0%, 97%, 93%, 17%
HSV357.6°, 96.7%, 82.7%
LAB44.3, 68.9, 53.6
XYZ27.0, 14.0, 1.7
Decimal13829903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.52:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3070F;
}
.text-color {
color: #D3070F;
}
.border-color {
border: 2px solid #D3070F;
}