#F00700
A medium, vivid red closely aligning with Red.
About #F00700
When working with digital screens, the color #F00700 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 240 red, 7 green, and 0 blue.
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 97% magenta inks. 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. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F00700
RGB240, 7, 0
HSL1.8°, 100.0%, 47.1%
CMYK0%, 97%, 100%, 6%
HSV1.8°, 100.0%, 94.1%
LAB50.3, 76.0, 64.3
XYZ36.0, 18.7, 1.7
Decimal15730432
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.43:1
Text on #FFFFFF
AA Large
4.74:1
Text on #000000
AA
4.24:1
Text on #F8FAFC
AA Large
4.03:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00700;
}
.text-color {
color: #F00700;
}
.border-color {
border: 2px solid #F00700;
}