#FF1D49
A medium, vivid red closely aligning with Crimson.
About #FF1D49
The hex code #FF1D49 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 255 parts red, 29 parts green, and 73 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 89% magenta inks. With a hue angle of 348.3 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF1D49
RGB255, 29, 73
HSL348.3°, 100.0%, 55.7%
CMYK0%, 89%, 71%, 0%
HSV348.3°, 88.6%, 100.0%
LAB54.7, 78.8, 36.7
XYZ42.9, 22.6, 8.4
Decimal16719177
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.80:1
Text on #FFFFFF
AA Large
5.52:1
Text on #000000
AA
3.63:1
Text on #F8FAFC
AA Large
4.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D49;
}
.text-color {
color: #FF1D49;
}
.border-color {
border: 2px solid #FF1D49;
}