#DB0716
A medium, vivid red closely aligning with Red.
About #DB0716
Visually, #DB0716 is defined as a vivid red. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 7, and 22.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 97% magenta, 90% yellow, and 14% black. With a hue angle of 355.8 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#DB0716
RGB219, 7, 22
HSL355.8°, 93.8%, 44.3%
CMYK0%, 97%, 90%, 14%
HSV355.8°, 96.8%, 85.9%
LAB46.0, 71.0, 52.8
XYZ29.4, 15.3, 2.2
Decimal14354198
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.18:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.95:1
Text on #F8FAFC
AA
3.45:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0716;
}
.text-color {
color: #DB0716;
}
.border-color {
border: 2px solid #DB0716;
}