#F82433
A medium, vivid red closely aligning with Crimson.
About #F82433
Visually, #F82433 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, 36, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 85% M, 79% Y, and 3% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F82433
RGB248, 36, 51
HSL355.8°, 93.8%, 55.7%
CMYK0%, 85%, 79%, 3%
HSV355.8°, 85.5%, 97.3%
LAB53.4, 75.2, 47.3
XYZ39.9, 21.5, 5.2
Decimal16262195
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.97:1
Text on #FFFFFF
AA Large
5.29:1
Text on #000000
AA
3.79:1
Text on #F8FAFC
AA Large
4.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F82433;
}
.text-color {
color: #F82433;
}
.border-color {
border: 2px solid #F82433;
}