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