#DB3A16
A medium, vivid red closely aligning with Tomato.
About #DB3A16
When working with digital screens, the color #DB3A16 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Tomato. This translates to an RGB value of rgb(219, 58, 22).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 74% Magenta, 90% Yellow, and 14% Black. With a hue angle of 11.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB3A16
RGB219, 58, 22
HSL11.0°, 81.7%, 47.3%
CMYK0%, 74%, 90%, 14%
HSV11.0°, 90.0%, 85.9%
LAB49.7, 60.6, 55.4
XYZ30.9, 18.1, 2.6
Decimal14367254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.54:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.34:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A16;
}
.text-color {
color: #DB3A16;
}
.border-color {
border: 2px solid #DB3A16;
}