#be1821
a dark, electric red · warm · closest name: firebrick
RGB
190, 24, 33
HSL
357°, 78%, 42%
CMYK
0, 87, 83, 26
Luminance
0.1171
Every format
| HEX | #be1821 |
| RGB | rgb(190, 24, 33) |
| HSL | hsl(357, 78%, 42%) |
| CMYK | cmyk(0%, 87%, 83%, 26%) |
| LAB | lab(40.8 61.6 40.6) |
| LCH | lch(40.8 73.8 33.4) |
| OKLCH | oklch(0.513 0.197 26.0) |
Copy-ready code
/* CSS */
color: #be1821;
background-color: #be1821;
/* Tailwind (arbitrary) */
class="text-[#be1821] bg-[#be1821]"
/* SCSS */
$brand: #be1821;
/* SwiftUI */
Color(red: 0.745, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#be1821")Accessibility — WCAG contrast
Aa
#be1821 on white: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be1821 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow82.6%
Key (black)25.5%
Color previews
#be1821 text on a black background
contrast 3.34:1
Card sample
#be1821 text on a white background
contrast 6.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be1821;
Background color
Panel with #be1821 background
background-color: #be1821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be1821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be1821; background: linear-gradient(135deg, #be1821, #BE7E18);