#F01624
A medium, vivid red closely aligning with Red.
About #F01624
When working with digital screens, the color #F01624 is rendered by mixing light. Designers often compare it to the standard color Red. This translates to an RGB value of rgb(240, 22, 36).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 91% magenta inks. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F01624
RGB240, 22, 36
HSL356.1°, 87.9%, 51.4%
CMYK0%, 91%, 85%, 6%
HSV356.1°, 90.8%, 94.1%
LAB51.0, 75.0, 52.1
XYZ36.5, 19.2, 3.5
Decimal15734308
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01624;
}
.text-color {
color: #F01624;
}
.border-color {
border: 2px solid #F01624;
}