#DB3A2C
A medium, vivid red closely aligning with Tomato.
About #DB3A2C
The precise color #DB3A2C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Tomato. In the RGB color space, it consists of 219 red, 58 green, and 44 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 74% Magenta, 80% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB3A2C
RGB219, 58, 44
HSL4.8°, 70.9%, 51.6%
CMYK0%, 74%, 80%, 14%
HSV4.8°, 79.9%, 85.9%
LAB49.8, 61.1, 45.6
XYZ31.2, 18.3, 4.3
Decimal14367276
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.51:1
Text on #FFFFFF
AA
4.65:1
Text on #000000
AA
4.31:1
Text on #F8FAFC
AA Large
3.96:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A2C;
}
.text-color {
color: #DB3A2C;
}
.border-color {
border: 2px solid #DB3A2C;
}