#D30F2C
A medium, vivid red closely aligning with Crimson.
About #D30F2C
When working with digital screens, the color #D30F2C is rendered by mixing light. Designers often compare it to the standard color Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 15, and 44.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 93% magenta, 79% yellow, and 17% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#D30F2C
RGB211, 15, 44
HSL351.1°, 86.7%, 44.3%
CMYK0%, 93%, 79%, 17%
HSV351.1°, 92.9%, 82.7%
LAB44.8, 68.8, 39.9
XYZ27.5, 14.4, 3.7
Decimal13831980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.42:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.18:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F2C;
}
.text-color {
color: #D30F2C;
}
.border-color {
border: 2px solid #D30F2C;
}