#FF0F00
A medium, vivid red closely aligning with Red.
About #FF0F00
Visually, #FF0F00 is defined as a vivid red. It is closely associated with the named CSS color Red. Its digital footprint relies on 255 parts red, 15 parts green, and 0 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF0F00
RGB255, 15, 0
HSL3.5°, 100.0%, 50.0%
CMYK0%, 94%, 100%, 0%
HSV3.5°, 100.0%, 100.0%
LAB53.6, 79.0, 67.3
XYZ41.4, 21.6, 2.0
Decimal16715520
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.77:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0F00;
}
.text-color {
color: #FF0F00;
}
.border-color {
border: 2px solid #FF0F00;
}