#DB331D
A medium, vivid red closely aligning with Tomato.
About #DB331D
Visually, #DB331D is defined as a vivid red. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(219, 51, 29).
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 77% magenta inks. With a hue angle of 6.9 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB331D
RGB219, 51, 29
HSL6.9°, 76.6%, 48.6%
CMYK0%, 77%, 87%, 14%
HSV6.9°, 86.8%, 85.9%
LAB48.9, 63.0, 52.0
XYZ30.6, 17.5, 2.9
Decimal14365469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.66:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB331D;
}
.text-color {
color: #DB331D;
}
.border-color {
border: 2px solid #DB331D;
}