#F02433
A medium, vivid red closely aligning with Crimson.
About #F02433
At its core, #F02433 is a medium and vivid hue. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(240, 36, 51).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 85% 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F02433
RGB240, 36, 51
HSL355.6°, 87.2%, 54.1%
CMYK0%, 85%, 79%, 6%
HSV355.6°, 85.0%, 94.1%
LAB51.9, 73.1, 45.2
XYZ37.2, 20.0, 5.0
Decimal15737907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.01:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.26:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F02433;
}
.text-color {
color: #F02433;
}
.border-color {
border: 2px solid #F02433;
}