#FF1D50
A medium, vivid red closely aligning with Crimson.
About #FF1D50
The hex code #FF1D50 represents a beautifully specific shade of red. It is closely associated with the named CSS color Crimson. Its digital footprint relies on 255 parts red, 29 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 89% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#FF1D50
RGB255, 29, 80
HSL346.5°, 100.0%, 55.7%
CMYK0%, 89%, 69%, 0%
HSV346.5°, 88.6%, 100.0%
LAB54.8, 79.1, 32.7
XYZ43.1, 22.7, 9.7
Decimal16719184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.79:1
Text on #FFFFFF
AA Large
5.54:1
Text on #000000
AA
3.62:1
Text on #F8FAFC
AA Large
4.71:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D50;
}
.text-color {
color: #FF1D50;
}
.border-color {
border: 2px solid #FF1D50;
}