#F03A3A
A medium, vivid red closely aligning with Crimson.
About #F03A3A
At its core, #F03A3A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 58, and 58.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 76% magenta, 76% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F03A3A
RGB240, 58, 58
HSL0.0°, 85.8%, 58.4%
CMYK0%, 76%, 76%, 6%
HSV0.0°, 75.8%, 94.1%
LAB53.9, 67.8, 43.5
XYZ38.2, 21.9, 6.2
Decimal15743546
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A3A;
}
.text-color {
color: #F03A3A;
}
.border-color {
border: 2px solid #F03A3A;
}