#FF070F
A medium, vivid red closely aligning with Red.
About #FF070F
The hex code #FF070F represents a beautifully specific shade of red. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 7, and 15.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 97% Magenta, 94% Yellow, and 0% Black. With a hue angle of 358.1 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF070F
RGB255, 7, 15
HSL358.1°, 100.0%, 51.4%
CMYK0%, 97%, 94%, 0%
HSV358.1°, 97.3%, 100.0%
LAB53.4, 79.7, 63.6
XYZ41.4, 21.4, 2.4
Decimal16713487
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.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #FF070F;
}
.text-color {
color: #FF070F;
}
.border-color {
border: 2px solid #FF070F;
}