#DB572C
A medium, vivid red closely aligning with Tomato.
About #DB572C
Visually, #DB572C 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, 87, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 60% M, 80% Y, and 14% K. With a hue angle of 14.7 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB572C
RGB219, 87, 44
HSL14.7°, 70.9%, 51.6%
CMYK0%, 60%, 80%, 14%
HSV14.7°, 79.9%, 85.9%
LAB54.1, 49.6, 49.7
XYZ33.1, 22.1, 4.9
Decimal14374700
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.88:1
Text on #FFFFFF
AA Large
5.41:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB572C;
}
.text-color {
color: #DB572C;
}
.border-color {
border: 2px solid #DB572C;
}