#FF0016
A medium, vivid red closely aligning with Red.
About #FF0016
Visually, #FF0016 is defined as a vivid red. It is closely associated with the named CSS color Red. Its digital footprint relies on 255 parts red, 0 parts green, and 22 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 91% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF0016
RGB255, 0, 22
HSL354.8°, 100.0%, 50.0%
CMYK0%, 100%, 91%, 0%
HSV354.8°, 100.0%, 100.0%
LAB53.3, 80.3, 61.2
XYZ41.4, 21.3, 2.7
Decimal16711702
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.99:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #FF0016;
}
.text-color {
color: #FF0016;
}
.border-color {
border: 2px solid #FF0016;
}