#b93113
a dark, electric red · warm · closest name: firebrick
RGB
185, 49, 19
HSL
11°, 81%, 40%
CMYK
0, 74, 90, 28
Luminance
0.1256
Every format
| HEX | #b93113 |
| RGB | rgb(185, 49, 19) |
| HSL | hsl(11, 81%, 40%) |
| CMYK | cmyk(0%, 74%, 90%, 28%) |
| LAB | lab(42.1 52.9 48.1) |
| LCH | lch(42.1 71.5 42.2) |
| OKLCH | oklch(0.521 0.177 33.5) |
Copy-ready code
/* CSS */
color: #b93113;
background-color: #b93113;
/* Tailwind (arbitrary) */
class="text-[#b93113] bg-[#b93113]"
/* SCSS */
$brand: #b93113;
/* SwiftUI */
Color(red: 0.725, green: 0.192, blue: 0.075)
/* Android */
Color.parseColor("#b93113")Accessibility — WCAG contrast
Aa
#b93113 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93113 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green19.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow89.7%
Key (black)27.5%
Color previews
#b93113 text on a black background
contrast 3.51:1
Card sample
#b93113 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93113;
Background color
Panel with #b93113 background
background-color: #b93113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 49, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 49, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93113; background: linear-gradient(135deg, #b93113, #B9A013);