#F00F24
A medium, vivid red closely aligning with Red.
About #F00F24
Visually, #F00F24 is defined as a vivid red. Designers often compare it to the standard color Red. Its digital footprint relies on 240 parts red, 15 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 94% M, 85% Y, and 6% K. With a hue angle of 354.4 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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00F24
RGB240, 15, 36
HSL354.4°, 88.2%, 50.0%
CMYK0%, 94%, 85%, 6%
HSV354.4°, 93.8%, 94.1%
LAB50.7, 75.8, 51.9
XYZ36.4, 19.0, 3.4
Decimal15732516
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F24;
}
.text-color {
color: #F00F24;
}
.border-color {
border: 2px solid #F00F24;
}