#FF1607
A medium, vivid red closely aligning with Red.
About #FF1607
Visually, #FF1607 is defined as a vivid red. Its closest recognized web color is Red. In the RGB color space, it consists of 255 red, 22 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 91% Magenta, 97% Yellow, and 0% Black. The HSL representation is 3.6° hue, 100.0% saturation, and 51.4% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF1607
RGB255, 22, 7
HSL3.6°, 100.0%, 51.4%
CMYK0%, 91%, 97%, 0%
HSV3.6°, 97.3%, 100.0%
LAB53.9, 78.4, 65.8
XYZ41.6, 21.8, 2.2
Decimal16717319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1607;
}
.text-color {
color: #FF1607;
}
.border-color {
border: 2px solid #FF1607;
}