#DB0F07
A medium, vivid red closely aligning with Red.
About #DB0F07
When working with digital screens, the color #DB0F07 is rendered by mixing light. It is closely associated with the named CSS color Red. Its digital footprint relies on 219 parts red, 15 parts green, and 7 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 93% M, 97% Y, and 14% K. With a hue angle of 2.3 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB0F07
RGB219, 15, 7
HSL2.3°, 93.8%, 44.3%
CMYK0%, 93%, 97%, 14%
HSV2.3°, 96.8%, 85.9%
LAB46.2, 70.1, 58.0
XYZ29.4, 15.4, 1.6
Decimal14356231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.14:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F07;
}
.text-color {
color: #DB0F07;
}
.border-color {
border: 2px solid #DB0F07;
}