#F80F33
A medium, vivid red closely aligning with Crimson.
About #F80F33
At its core, #F80F33 is a medium and vivid hue. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 248 red, 15 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 94% Magenta, 79% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80F33
RGB248, 15, 51
HSL350.7°, 94.3%, 51.6%
CMYK0%, 94%, 79%, 3%
HSV350.7°, 94.0%, 97.3%
LAB52.4, 78.1, 46.3
XYZ39.5, 20.5, 5.0
Decimal16256819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.34:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F33;
}
.text-color {
color: #F80F33;
}
.border-color {
border: 2px solid #F80F33;
}