#F83350
A medium, vivid red closely aligning with Crimson.
About #F83350
Visually, #F83350 is defined as a vivid red. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(248, 51, 80).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 79% Magenta, 68% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F83350
RGB248, 51, 80
HSL351.2°, 93.4%, 58.6%
CMYK0%, 79%, 68%, 3%
HSV351.2°, 79.4%, 97.3%
LAB55.0, 72.9, 32.6
XYZ41.3, 22.9, 9.8
Decimal16266064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.76:1
Text on #FFFFFF
AA Large
5.58:1
Text on #000000
AA
3.60:1
Text on #F8FAFC
AA Large
4.74:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F83350;
}
.text-color {
color: #F83350;
}
.border-color {
border: 2px solid #F83350;
}