#F0331D
A medium, vivid red closely aligning with Orangered.
About #F0331D
At its core, #F0331D is a medium and vivid hue. Designers often compare it to the standard color Orangered. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 51, and 29.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 79% Magenta, 88% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#F0331D
RGB240, 51, 29
HSL6.3°, 87.6%, 52.7%
CMYK0%, 79%, 88%, 6%
HSV6.3°, 87.9%, 94.1%
LAB52.9, 69.1, 56.8
XYZ37.3, 21.0, 3.2
Decimal15741725
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.20:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0331D;
}
.text-color {
color: #F0331D;
}
.border-color {
border: 2px solid #F0331D;
}