#D30000
A medium, vivid red closely aligning with Red.
About #D30000
At its core, #D30000 is a medium and vivid hue. 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, 0, and 0.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 100% M, 100% Y, and 17% K. The HSL representation is 0.0° hue, 100.0% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#D30000
RGB211, 0, 0
HSL0.0°, 100.0%, 41.4%
CMYK0%, 100%, 100%, 17%
HSV0.0°, 100.0%, 82.7%
LAB44.0, 69.4, 58.3
XYZ26.9, 13.8, 1.3
Decimal13828096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.57:1
Text on #FFFFFF
AA
3.77:1
Text on #000000
AA Large
5.32:1
Text on #F8FAFC
AA
3.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30000;
}
.text-color {
color: #D30000;
}
.border-color {
border: 2px solid #D30000;
}