#c02813
a dark, electric red · warm · closest name: firebrick
RGB
192, 40, 19
HSL
7°, 82%, 41%
CMYK
0, 79, 90, 25
Luminance
0.1277
Every format
| HEX | #c02813 |
| RGB | rgb(192, 40, 19) |
| HSL | hsl(7, 82%, 41%) |
| CMYK | cmyk(0%, 79%, 90%, 25%) |
| LAB | lab(42.4 58.0 48.9) |
| LCH | lch(42.4 75.9 40.1) |
| OKLCH | oklch(0.526 0.191 31.2) |
Copy-ready code
/* CSS */
color: #c02813;
background-color: #c02813;
/* Tailwind (arbitrary) */
class="text-[#c02813] bg-[#c02813]"
/* SCSS */
$brand: #c02813;
/* SwiftUI */
Color(red: 0.753, green: 0.157, blue: 0.075)
/* Android */
Color.parseColor("#c02813")Accessibility — WCAG contrast
Aa
#c02813 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c02813 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green15.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow90.1%
Key (black)24.7%
Color previews
#c02813 text on a black background
contrast 3.55:1
Card sample
#c02813 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c02813;
Background color
Panel with #c02813 background
background-color: #c02813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c02813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 40, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 40, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c02813; background: linear-gradient(135deg, #c02813, #C09B13);