#DB0707
A medium, vivid red closely aligning with Red.
About #DB0707
When working with digital screens, the color #DB0707 is rendered by mixing light. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(219, 7, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 97% Magenta, 97% Yellow, and 14% Black. The HSL representation is 0.0° hue, 93.8% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB0707
RGB219, 7, 7
HSL0.0°, 93.8%, 44.3%
CMYK0%, 97%, 97%, 14%
HSV0.0°, 96.8%, 85.9%
LAB45.9, 70.9, 57.9
XYZ29.3, 15.2, 1.6
Decimal14354183
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.19:1
Text on #FFFFFF
AA
4.05:1
Text on #000000
AA Large
4.96:1
Text on #F8FAFC
AA
3.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0707;
}
.text-color {
color: #DB0707;
}
.border-color {
border: 2px solid #DB0707;
}