#F00F00
A medium, vivid red closely aligning with Red.
About #F00F00
The precise color #F00F00 is an excellent choice for modern design projects. Its closest recognized web color is Red. This translates to an RGB value of rgb(240, 15, 0).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F00F00
RGB240, 15, 0
HSL3.8°, 100.0%, 47.1%
CMYK0%, 94%, 100%, 6%
HSV3.8°, 100.0%, 94.1%
LAB50.5, 75.3, 64.3
XYZ36.1, 18.9, 1.7
Decimal15732480
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77: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: #F00F00;
}
.text-color {
color: #F00F00;
}
.border-color {
border: 2px solid #F00F00;
}