#F00F0F
A medium, vivid red closely aligning with Red.
About #F00F0F
The hex code #F00F0F represents a beautifully specific shade of red. Designers often compare it to the standard color Red. Its digital footprint relies on 240 parts red, 15 parts green, and 15 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F00F0F
RGB240, 15, 15
HSL0.0°, 88.2%, 50.0%
CMYK0%, 94%, 94%, 6%
HSV0.0°, 93.8%, 94.1%
LAB50.6, 75.5, 60.4
XYZ36.2, 18.9, 2.2
Decimal15732495
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F0F;
}
.text-color {
color: #F00F0F;
}
.border-color {
border: 2px solid #F00F0F;
}