#F0073A
A medium, vivid red closely aligning with Crimson.
About #F0073A
The hex code #F0073A represents a beautifully specific shade of red. Its closest recognized web color is Crimson. Its digital footprint relies on 240 parts red, 7 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 97% M, 76% Y, and 6% K. With a hue angle of 346.9 degrees, it sits comfortably in the red spectrum.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F0073A
RGB240, 7, 58
HSL346.9°, 94.3%, 48.4%
CMYK0%, 97%, 76%, 6%
HSV346.9°, 97.1%, 94.1%
LAB50.7, 77.0, 40.0
XYZ36.8, 19.0, 5.7
Decimal15730490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.38:1
Text on #FFFFFF
AA Large
4.80:1
Text on #000000
AA
4.18:1
Text on #F8FAFC
AA Large
4.08:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0073A;
}
.text-color {
color: #F0073A;
}
.border-color {
border: 2px solid #F0073A;
}