#FF1D00
A medium, vivid red closely aligning with Red.
About #FF1D00
Visually, #FF1D00 is defined as a vivid red. It is closely associated with the named CSS color Red. In the RGB color space, it consists of 255 red, 29 green, and 0 blue.
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 6.8 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF1D00
RGB255, 29, 0
HSL6.8°, 100.0%, 50.0%
CMYK0%, 89%, 100%, 0%
HSV6.8°, 100.0%, 100.0%
LAB54.2, 77.4, 67.6
XYZ41.7, 22.1, 2.1
Decimal16719104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.70:1
Text on #F8FAFC
AA Large
4.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D00;
}
.text-color {
color: #FF1D00;
}
.border-color {
border: 2px solid #FF1D00;
}