#c23213
a dark, electric red · warm · closest name: firebrick
RGB
194, 50, 19
HSL
11°, 82%, 42%
CMYK
0, 74, 90, 24
Luminance
0.1380
Every format
| HEX | #c23213 |
| RGB | rgb(194, 50, 19) |
| HSL | hsl(11, 82%, 42%) |
| CMYK | cmyk(0%, 74%, 90%, 24%) |
| LAB | lab(44.0 55.5 50.2) |
| LCH | lch(44.0 74.8 42.2) |
| OKLCH | oklch(0.538 0.185 33.2) |
Copy-ready code
/* CSS */
color: #c23213;
background-color: #c23213;
/* Tailwind (arbitrary) */
class="text-[#c23213] bg-[#c23213]"
/* SCSS */
$brand: #c23213;
/* SwiftUI */
Color(red: 0.761, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#c23213")Accessibility — WCAG contrast
Aa
#c23213 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c23213 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow90.2%
Key (black)23.9%
Color previews
#c23213 text on a black background
contrast 3.76:1
Card sample
#c23213 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c23213;
Background color
Panel with #c23213 background
background-color: #c23213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c23213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c23213; background: linear-gradient(135deg, #c23213, #C2A713);