#FF3A07
A medium, vivid red closely aligning with Orangered.
About #FF3A07
When working with digital screens, the color #FF3A07 is rendered by mixing light. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 255 parts red, 58 parts green, and 7 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 77% Magenta, 97% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF3A07
RGB255, 58, 7
HSL12.3°, 100.0%, 51.4%
CMYK0%, 77%, 97%, 0%
HSV12.3°, 97.3%, 100.0%
LAB56.4, 71.2, 66.9
XYZ42.8, 24.3, 2.6
Decimal16726535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.98:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF3A07;
}
.text-color {
color: #FF3A07;
}
.border-color {
border: 2px solid #FF3A07;
}