#F00007
A medium, vivid red closely aligning with Red.
About #F00007
When working with digital screens, the color #F00007 is rendered by mixing light. Designers often compare it to the standard color Red. In the RGB color space, it consists of 240 red, 0 green, and 7 blue.
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 100% magenta inks. With a hue angle of 358.2 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F00007
RGB240, 0, 7
HSL358.2°, 100.0%, 47.1%
CMYK0%, 100%, 97%, 6%
HSV358.2°, 100.0%, 94.1%
LAB50.1, 76.6, 62.3
XYZ36.0, 18.5, 1.9
Decimal15728647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00007;
}
.text-color {
color: #F00007;
}
.border-color {
border: 2px solid #F00007;
}