#c10902
a dark, electric red · warm · closest name: firebrick
RGB
193, 9, 2
HSL
2°, 98%, 38%
CMYK
0, 95, 99, 24
Luminance
0.1154
Every format
| HEX | #c10902 |
| RGB | rgb(193, 9, 2) |
| HSL | hsl(2, 98%, 38%) |
| CMYK | cmyk(0%, 95%, 99%, 24%) |
| LAB | lab(40.5 64.0 53.9) |
| LCH | lch(40.5 83.7 40.1) |
| OKLCH | oklch(0.512 0.207 29.5) |
Copy-ready code
/* CSS */
color: #c10902;
background-color: #c10902;
/* Tailwind (arbitrary) */
class="text-[#c10902] bg-[#c10902]"
/* SCSS */
$brand: #c10902;
/* SwiftUI */
Color(red: 0.757, green: 0.035, blue: 0.008)
/* Android */
Color.parseColor("#c10902")Accessibility — WCAG contrast
Aa
#c10902 on white: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c10902 on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green3.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow99.0%
Key (black)24.3%
Color previews
#c10902 text on a black background
contrast 3.31:1
Card sample
#c10902 text on a white background
contrast 6.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c10902;
Background color
Panel with #c10902 background
background-color: #c10902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c10902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 9, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 9, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c10902; background: linear-gradient(135deg, #c10902, #C18802);