#DB2C50
A medium, vivid red closely aligning with Crimson.
About #DB2C50
Visually, #DB2C50 is defined as a vivid red. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(219, 44, 80).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 80% magenta, 63% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB2C50
RGB219, 44, 80
HSL347.7°, 70.9%, 51.6%
CMYK0%, 80%, 63%, 14%
HSV347.7°, 79.9%, 85.9%
LAB48.8, 66.9, 23.7
XYZ31.6, 17.4, 9.3
Decimal14363728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C50;
}
.text-color {
color: #DB2C50;
}
.border-color {
border: 2px solid #DB2C50;
}