#FF071D
A medium, vivid red closely aligning with Red.
About #FF071D
The hex code #FF071D represents a beautifully specific shade of red. Its closest recognized web color is Red. In the RGB color space, it consists of 255 red, 7 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 97% magenta, 89% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF071D
RGB255, 7, 29
HSL354.7°, 100.0%, 51.4%
CMYK0%, 97%, 89%, 0%
HSV354.7°, 97.3%, 100.0%
LAB53.5, 79.9, 58.6
XYZ41.5, 21.5, 3.1
Decimal16713501
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.96:1
Text on #FFFFFF
AA Large
5.30:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF071D;
}
.text-color {
color: #FF071D;
}
.border-color {
border: 2px solid #FF071D;
}