Burnt Red
#9f2305
Burnt Red, represented by the hex value #9f2305, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9f2305 | |
|---|---|---|
| RGB | rgb(159, 35, 5) | |
| HSL | hsl(12, 94%, 32%) | |
| CMYK | cmyk(0%, 78%, 97%, 38%) | |
| LAB | lab(36, 50, 48) | |
| OKLCH | oklch(0.46 0.164 33) |
Color harmonies
Tints & shades
Code snippets
color: #9f2305;
background-color: #9f2305;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9F2305)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.14, blue: 0.02, alpha: 1.0)