#c01016
a dark, electric red · warm · closest name: firebrick
RGB
192, 16, 22
HSL
358°, 85%, 41%
CMYK
0, 92, 89, 25
Luminance
0.1163
Every format
| HEX | #c01016 |
| RGB | rgb(192, 16, 22) |
| HSL | hsl(358, 85%, 41%) |
| CMYK | cmyk(0%, 92%, 89%, 25%) |
| LAB | lab(40.6 63.2 46.3) |
| LCH | lch(40.6 78.3 36.2) |
| OKLCH | oklch(0.513 0.203 27.5) |
Copy-ready code
/* CSS */
color: #c01016;
background-color: #c01016;
/* Tailwind (arbitrary) */
class="text-[#c01016] bg-[#c01016]"
/* SCSS */
$brand: #c01016;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.086)
/* Android */
Color.parseColor("#c01016")Accessibility — WCAG contrast
Aa
#c01016 on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01016 on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow88.5%
Key (black)24.7%
Color previews
#c01016 text on a black background
contrast 3.33:1
Card sample
#c01016 text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01016;
Background color
Panel with #c01016 background
background-color: #c01016;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01016;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01016; background: linear-gradient(135deg, #c01016, #C08010);