#DB070F
A medium, vivid red closely aligning with Red.
About #DB070F
At its core, #DB070F is a medium and vivid hue. Its closest recognized web color is Red. This translates to an RGB value of rgb(219, 7, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 93% yellow, and 14% black. The HSL representation is 357.7° hue, 93.8% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DB070F
RGB219, 7, 15
HSL357.7°, 93.8%, 44.3%
CMYK0%, 97%, 93%, 14%
HSV357.7°, 96.8%, 85.9%
LAB46.0, 70.9, 55.5
XYZ29.4, 15.2, 1.8
Decimal14354191
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: #DB070F;
}
.text-color {
color: #DB070F;
}
.border-color {
border: 2px solid #DB070F;
}