#F80733
A medium, vivid red closely aligning with Crimson.
About #F80733
Visually, #F80733 is defined as a vivid red. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 248 red, 7 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. 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. 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#F80733
RGB248, 7, 51
HSL349.0°, 94.5%, 50.0%
CMYK0%, 97%, 79%, 3%
HSV349.0°, 97.2%, 97.3%
LAB52.2, 78.7, 46.1
XYZ39.4, 20.3, 5.0
Decimal16254771
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80733;
}
.text-color {
color: #F80733;
}
.border-color {
border: 2px solid #F80733;
}