#b10e21
a dark, electric red · warm · closest name: firebrick
RGB
177, 14, 33
HSL
353°, 85%, 38%
CMYK
0, 92, 81, 31
Luminance
0.0977
Every format
| HEX | #b10e21 |
| RGB | rgb(177, 14, 33) |
| HSL | hsl(353, 85%, 38%) |
| CMYK | cmyk(0%, 92%, 81%, 31%) |
| LAB | lab(37.4 59.8 36.5) |
| LCH | lch(37.4 70.0 31.4) |
| OKLCH | oklch(0.484 0.189 24.4) |
Copy-ready code
/* CSS */
color: #b10e21;
background-color: #b10e21;
/* Tailwind (arbitrary) */
class="text-[#b10e21] bg-[#b10e21]"
/* SCSS */
$brand: #b10e21;
/* SwiftUI */
Color(red: 0.694, green: 0.055, blue: 0.129)
/* Android */
Color.parseColor("#b10e21")Accessibility — WCAG contrast
Aa
#b10e21 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#b10e21 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green5.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.1%
Yellow81.4%
Key (black)30.6%
Color previews
#b10e21 text on a black background
contrast 2.95:1
Card sample
#b10e21 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b10e21;
Background color
Panel with #b10e21 background
background-color: #b10e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b10e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 14, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 14, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b10e21; background: linear-gradient(135deg, #b10e21, #B1680E);