#D3000F
A medium, vivid red closely aligning with Red.
About #D3000F
At its core, #D3000F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(211, 0, 15).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 93% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#D3000F
RGB211, 0, 15
HSL355.7°, 100.0%, 41.4%
CMYK0%, 100%, 93%, 17%
HSV355.7°, 100.0%, 82.7%
LAB44.1, 69.6, 53.5
XYZ27.0, 13.9, 1.7
Decimal13828111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.56:1
Text on #FFFFFF
AA
3.78:1
Text on #000000
AA Large
5.31:1
Text on #F8FAFC
AA
3.21:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D3000F;
}
.text-color {
color: #D3000F;
}
.border-color {
border: 2px solid #D3000F;
}