#FF0707
A medium, vivid red closely aligning with Red.
About #FF0707
Visually, #FF0707 is defined as a vivid red. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(255, 7, 7).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 97% M, 97% Y, and 0% K. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF0707
RGB255, 7, 7
HSL0.0°, 100.0%, 51.4%
CMYK0%, 97%, 97%, 0%
HSV0.0°, 97.3%, 100.0%
LAB53.4, 79.7, 65.6
XYZ41.4, 21.4, 2.2
Decimal16713479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.80:1
Text on #F8FAFC
AA Large
4.49:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #FF0707;
}
.text-color {
color: #FF0707;
}
.border-color {
border: 2px solid #FF0707;
}