#F80F3A
A medium, vivid red closely aligning with Crimson.
About #F80F3A
Visually, #F80F3A is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 15, and 58.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 348.9° hue, 94.3% saturation, and 51.6% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80F3A
RGB248, 15, 58
HSL348.9°, 94.3%, 51.6%
CMYK0%, 94%, 77%, 3%
HSV348.9°, 94.0%, 97.3%
LAB52.5, 78.3, 42.5
XYZ39.6, 20.6, 5.9
Decimal16256826
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F3A;
}
.text-color {
color: #F80F3A;
}
.border-color {
border: 2px solid #F80F3A;
}