#F03324
A medium, vivid red closely aligning with Orangered.
About #F03324
At its core, #F03324 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 240 parts red, 51 parts green, and 36 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 79% Magenta, 85% Yellow, and 6% Black. The HSL representation is 4.4° hue, 87.2% saturation, and 54.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F03324
RGB240, 51, 36
HSL4.4°, 87.2%, 54.1%
CMYK0%, 79%, 85%, 6%
HSV4.4°, 85.0%, 94.1%
LAB53.0, 69.2, 53.8
XYZ37.4, 21.0, 3.8
Decimal15741732
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: #F03324;
}
.text-color {
color: #F03324;
}
.border-color {
border: 2px solid #F03324;
}