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