#c01800
a dark, electric red · warm · closest name: firebrick
RGB
192, 24, 0
HSL
8°, 100%, 38%
CMYK
0, 88, 100, 25
Luminance
0.1186
Every format
| HEX | #c01800 |
| RGB | rgb(192, 24, 0) |
| HSL | hsl(8, 100%, 38%) |
| CMYK | cmyk(0%, 88%, 100%, 25%) |
| LAB | lab(41.0 61.6 54.7) |
| LCH | lch(41.0 82.4 41.6) |
| OKLCH | oklch(0.515 0.201 31.0) |
Copy-ready code
/* CSS */
color: #c01800;
background-color: #c01800;
/* Tailwind (arbitrary) */
class="text-[#c01800] bg-[#c01800]"
/* SCSS */
$brand: #c01800;
/* SwiftUI */
Color(red: 0.753, green: 0.094, blue: 0.000)
/* Android */
Color.parseColor("#c01800")Accessibility — WCAG contrast
Aa
#c01800 on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c01800 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green9.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow100.0%
Key (black)24.7%
Color previews
#c01800 text on a black background
contrast 3.37:1
Card sample
#c01800 text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c01800;
Background color
Panel with #c01800 background
background-color: #c01800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c01800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 24, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 24, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c01800; background: linear-gradient(135deg, #c01800, #C09800);