#FF001D
A medium, vivid red closely aligning with Red.
About #FF001D
Visually, #FF001D is defined as a vivid red. It is closely associated with the named CSS color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 0, and 29.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 89% yellow, and 0% black. The HSL representation is 353.2° hue, 100.0% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF001D
RGB255, 0, 29
HSL353.2°, 100.0%, 50.0%
CMYK0%, 100%, 89%, 0%
HSV353.2°, 100.0%, 100.0%
LAB53.3, 80.4, 58.5
XYZ41.5, 21.3, 3.1
Decimal16711709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #FF001D;
}
.text-color {
color: #FF001D;
}
.border-color {
border: 2px solid #FF001D;
}