#b92513
a dark, electric red · warm · closest name: firebrick
RGB
185, 37, 19
HSL
7°, 81%, 40%
CMYK
0, 80, 90, 28
Luminance
0.1168
Every format
| HEX | #b92513 |
| RGB | rgb(185, 37, 19) |
| HSL | hsl(7, 81%, 40%) |
| CMYK | cmyk(0%, 80%, 90%, 28%) |
| LAB | lab(40.7 56.8 47.0) |
| LCH | lch(40.7 73.8 39.6) |
| OKLCH | oklch(0.511 0.186 30.8) |
Copy-ready code
/* CSS */
color: #b92513;
background-color: #b92513;
/* Tailwind (arbitrary) */
class="text-[#b92513] bg-[#b92513]"
/* SCSS */
$brand: #b92513;
/* SwiftUI */
Color(red: 0.725, green: 0.145, blue: 0.075)
/* Android */
Color.parseColor("#b92513")Accessibility — WCAG contrast
Aa
#b92513 on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92513 on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green14.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow89.7%
Key (black)27.5%
Color previews
#b92513 text on a black background
contrast 3.34:1
Card sample
#b92513 text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92513;
Background color
Panel with #b92513 background
background-color: #b92513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 37, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 37, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92513; background: linear-gradient(135deg, #b92513, #B99413);