#D30F00
A medium, vivid red closely aligning with Orangered.
About #D30F00
At its core, #D30F00 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Orangered. Its digital footprint relies on 211 parts red, 15 parts green, and 0 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 93% Magenta, 100% Yellow, and 17% Black. With a hue angle of 4.3 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#D30F00
RGB211, 15, 0
HSL4.3°, 100.0%, 41.4%
CMYK0%, 93%, 100%, 17%
HSV4.3°, 100.0%, 82.7%
LAB44.5, 68.0, 58.4
XYZ27.0, 14.2, 1.3
Decimal13831936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F00;
}
.text-color {
color: #D30F00;
}
.border-color {
border: 2px solid #D30F00;
}