#c01000
a dark, electric red · warm · closest name: firebrick
RGB
192, 16, 0
HSL
5°, 100%, 38%
CMYK
0, 92, 100, 25
Luminance
0.1158
Every format
| HEX | #c01000 |
| RGB | rgb(192, 16, 0) |
| HSL | hsl(5, 100%, 38%) |
| CMYK | cmyk(0%, 92%, 100%, 25%) |
| LAB | lab(40.5 62.9 54.5) |
| LCH | lch(40.5 83.3 40.9) |
| OKLCH | oklch(0.512 0.204 30.2) |
Copy-ready code
/* CSS */
color: #c01000;
background-color: #c01000;
/* Tailwind (arbitrary) */
class="text-[#c01000] bg-[#c01000]"
/* SCSS */
$brand: #c01000;
/* SwiftUI */
Color(red: 0.753, green: 0.063, blue: 0.000)
/* Android */
Color.parseColor("#c01000")Accessibility — WCAG contrast
Aa
#c01000 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01000 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green6.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow100.0%
Key (black)24.7%
Color previews
#c01000 text on a black background
contrast 3.32:1
Card sample
#c01000 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01000;
Background color
Panel with #c01000 background
background-color: #c01000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 16, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 16, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01000; background: linear-gradient(135deg, #c01000, #C09000);