#F03A2C
A medium, vivid red closely aligning with Tomato.
About #F03A2C
Visually, #F03A2C is defined as a vivid red. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 240 red, 58 green, and 44 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 76% Magenta, 82% Yellow, and 6% Black. With a hue angle of 4.3 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. 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#F03A2C
RGB240, 58, 44
HSL4.3°, 86.7%, 55.7%
CMYK0%, 76%, 82%, 6%
HSV4.3°, 81.7%, 94.1%
LAB53.7, 67.4, 50.7
XYZ37.9, 21.7, 4.6
Decimal15743532
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.93:1
Text on #FFFFFF
AA Large
5.35:1
Text on #000000
AA
3.75:1
Text on #F8FAFC
AA Large
4.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F03A2C;
}
.text-color {
color: #F03A2C;
}
.border-color {
border: 2px solid #F03A2C;
}