#be3521
a dark, vivid red · warm · closest name: firebrick
RGB
190, 53, 33
HSL
8°, 70%, 44%
CMYK
0, 72, 83, 26
Luminance
0.1360
Every format
| HEX | #be3521 |
| RGB | rgb(190, 53, 33) |
| HSL | hsl(8, 70%, 44%) |
| CMYK | cmyk(0%, 72%, 83%, 26%) |
| LAB | lab(43.7 53.4 43.4) |
| LCH | lch(43.7 68.8 39.1) |
| OKLCH | oklch(0.535 0.177 31.4) |
Copy-ready code
/* CSS */
color: #be3521;
background-color: #be3521;
/* Tailwind (arbitrary) */
class="text-[#be3521] bg-[#be3521]"
/* SCSS */
$brand: #be3521;
/* SwiftUI */
Color(red: 0.745, green: 0.208, blue: 0.129)
/* Android */
Color.parseColor("#be3521")Accessibility — WCAG contrast
Aa
#be3521 on white: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be3521 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green20.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow82.6%
Key (black)25.5%
Color previews
#be3521 text on a black background
contrast 3.72:1
Card sample
#be3521 text on a white background
contrast 5.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3521;
Background color
Panel with #be3521 background
background-color: #be3521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 53, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 53, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3521; background: linear-gradient(135deg, #be3521, #BE9D21);