#be3715
a dark, electric red · warm · closest name: firebrick
RGB
190, 55, 21
HSL
12°, 80%, 41%
CMYK
0, 71, 89, 26
Luminance
0.1373
Every format
| HEX | #be3715 |
| RGB | rgb(190, 55, 21) |
| HSL | hsl(12, 80%, 41%) |
| CMYK | cmyk(0%, 71%, 89%, 26%) |
| LAB | lab(43.9 52.4 49.0) |
| LCH | lch(43.9 71.8 43.1) |
| OKLCH | oklch(0.536 0.177 34.4) |
Copy-ready code
/* CSS */
color: #be3715;
background-color: #be3715;
/* Tailwind (arbitrary) */
class="text-[#be3715] bg-[#be3715]"
/* SCSS */
$brand: #be3715;
/* SwiftUI */
Color(red: 0.745, green: 0.216, blue: 0.082)
/* Android */
Color.parseColor("#be3715")Accessibility — WCAG contrast
Aa
#be3715 on white: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be3715 on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green21.6%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow88.9%
Key (black)25.5%
Color previews
#be3715 text on a black background
contrast 3.75:1
Card sample
#be3715 text on a white background
contrast 5.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3715;
Background color
Panel with #be3715 background
background-color: #be3715;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3715;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 55, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 55, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3715; background: linear-gradient(135deg, #be3715, #BEA815);