#F0001D
A medium, vivid red closely aligning with Red.
About #F0001D
Visually, #F0001D is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. Its digital footprint relies on 240 parts red, 0 parts green, and 29 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 100% Magenta, 88% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0001D
RGB240, 0, 29
HSL352.8°, 100.0%, 47.1%
CMYK0%, 100%, 88%, 6%
HSV352.8°, 100.0%, 94.1%
LAB50.2, 76.8, 54.8
XYZ36.2, 18.6, 2.8
Decimal15728669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0001D;
}
.text-color {
color: #F0001D;
}
.border-color {
border: 2px solid #F0001D;
}