#DB0007
A medium, vivid red closely aligning with Red.
About #DB0007
Visually, #DB0007 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(219, 0, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 97% yellow, and 14% black. With a hue angle of 358.1 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0007
RGB219, 0, 7
HSL358.1°, 100.0%, 42.9%
CMYK0%, 100%, 97%, 14%
HSV358.1°, 100.0%, 85.9%
LAB45.7, 71.5, 57.8
XYZ29.3, 15.1, 1.6
Decimal14352391
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.23:1
Text on #FFFFFF
AA
4.02:1
Text on #000000
AA Large
5.00:1
Text on #F8FAFC
AA
3.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0007;
}
.text-color {
color: #DB0007;
}
.border-color {
border: 2px solid #DB0007;
}