#DB3A07
A medium, vivid red closely aligning with Orangered.
About #DB3A07
Visually, #DB3A07 is defined as a vivid red. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 219 parts red, 58 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. With a hue angle of 14.4 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB3A07
RGB219, 58, 7
HSL14.4°, 93.8%, 44.3%
CMYK0%, 74%, 97%, 14%
HSV14.4°, 96.8%, 85.9%
LAB49.6, 60.5, 59.7
XYZ30.8, 18.1, 2.1
Decimal14367239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.55:1
Text on #FFFFFF
AA
4.62:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.93:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A07;
}
.text-color {
color: #DB3A07;
}
.border-color {
border: 2px solid #DB3A07;
}