#FF2407
A medium, vivid red closely aligning with Red.
About #FF2407
The precise color #FF2407 is an excellent choice for modern design projects. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 36, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 86% magenta, 97% 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. 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#FF2407
RGB255, 36, 7
HSL7.0°, 100.0%, 51.4%
CMYK0%, 86%, 97%, 0%
HSV7.0°, 97.3%, 100.0%
LAB54.6, 76.3, 66.1
XYZ41.9, 22.5, 2.3
Decimal16720903
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.81:1
Text on #FFFFFF
AA Large
5.51:1
Text on #000000
AA
3.64:1
Text on #F8FAFC
AA Large
4.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2407;
}
.text-color {
color: #FF2407;
}
.border-color {
border: 2px solid #FF2407;
}