#FF1D24
A medium, vivid red closely aligning with Red.
About #FF1D24
When working with digital screens, the color #FF1D24 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(255, 29, 36).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 89% M, 86% Y, and 0% K. With a hue angle of 358.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF1D24
RGB255, 29, 36
HSL358.1°, 100.0%, 55.7%
CMYK0%, 89%, 86%, 0%
HSV358.1°, 88.6%, 100.0%
LAB54.3, 77.8, 56.1
XYZ42.0, 22.3, 3.8
Decimal16719140
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D24;
}
.text-color {
color: #FF1D24;
}
.border-color {
border: 2px solid #FF1D24;
}