Bleeding Crimson
#9b1414
Bleeding Crimson, represented by the hex value #9b1414, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b1414 | |
|---|---|---|
| RGB | rgb(155, 20, 20) | |
| HSL | hsl(0, 77%, 34%) | |
| CMYK | cmyk(0%, 87%, 87%, 39%) | |
| LAB | lab(34, 53, 39) | |
| OKLCH | oklch(0.44 0.168 28) |
Color harmonies
Tints & shades
Code snippets
color: #9b1414;
background-color: #9b1414;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9B1414)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.08, blue: 0.08, alpha: 1.0)