#FF0700
A medium, vivid red closely aligning with Red.
About #FF0700
At its core, #FF0700 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 255 red, 7 green, and 0 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 97% M, 100% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF0700
RGB255, 7, 0
HSL1.6°, 100.0%, 50.0%
CMYK0%, 97%, 100%, 0%
HSV1.6°, 100.0%, 100.0%
LAB53.4, 79.6, 67.3
XYZ41.3, 21.4, 2.0
Decimal16713472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.28: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: #FF0700;
}
.text-color {
color: #FF0700;
}
.border-color {
border: 2px solid #FF0700;
}