#F82C24
A medium, vivid red closely aligning with Red.
About #F82C24
The precise color #F82C24 is an excellent choice for modern design projects. It is closely associated with the named CSS color Red. Its digital footprint relies on 248 parts red, 44 parts green, and 36 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 82% M, 85% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F82C24
RGB248, 44, 36
HSL2.3°, 93.8%, 55.7%
CMYK0%, 82%, 85%, 3%
HSV2.3°, 85.5%, 97.3%
LAB53.9, 73.2, 55.2
XYZ39.9, 21.9, 3.8
Decimal16264228
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.38:1
Text on #000000
AA
3.73:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F82C24;
}
.text-color {
color: #F82C24;
}
.border-color {
border: 2px solid #F82C24;
}