#c62313
a dark, electric red · warm · closest name: firebrick
RGB
198, 35, 19
HSL
5°, 83%, 43%
CMYK
0, 82, 90, 22
Luminance
0.1325
Every format
| HEX | #c62313 |
| RGB | rgb(198, 35, 19) |
| HSL | hsl(5, 83%, 43%) |
| CMYK | cmyk(0%, 82%, 90%, 22%) |
| LAB | lab(43.1 61.1 50.0) |
| LCH | lch(43.1 79.0 39.3) |
| OKLCH | oklch(0.533 0.199 30.2) |
Copy-ready code
/* CSS */
color: #c62313;
background-color: #c62313;
/* Tailwind (arbitrary) */
class="text-[#c62313] bg-[#c62313]"
/* SCSS */
$brand: #c62313;
/* SwiftUI */
Color(red: 0.776, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#c62313")Accessibility — WCAG contrast
Aa
#c62313 on white: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c62313 on black: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green13.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow90.4%
Key (black)22.4%
Color previews
#c62313 text on a black background
contrast 3.65:1
Card sample
#c62313 text on a white background
contrast 5.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c62313;
Background color
Panel with #c62313 background
background-color: #c62313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c62313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c62313; background: linear-gradient(135deg, #c62313, #C69A13);