#DB0F0F
A medium, vivid red closely aligning with Red.
About #DB0F0F
When working with digital screens, the color #DB0F0F is rendered by mixing light. Designers often compare it to the standard color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 15, and 15.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 93% Magenta, 93% Yellow, and 14% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0F0F
RGB219, 15, 15
HSL0.0°, 87.2%, 45.9%
CMYK0%, 93%, 93%, 14%
HSV0.0°, 93.2%, 85.9%
LAB46.2, 70.2, 55.6
XYZ29.5, 15.4, 1.9
Decimal14356239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.14:1
Text on #FFFFFF
AA
4.09:1
Text on #000000
AA Large
4.91:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F0F;
}
.text-color {
color: #DB0F0F;
}
.border-color {
border: 2px solid #DB0F0F;
}