Crimson Velvet Sunset
#b52604
Crimson Velvet Sunset, represented by the hex value #b52604, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b52604 | |
|---|---|---|
| RGB | rgb(181, 38, 4) | |
| HSL | hsl(12, 96%, 36%) | |
| CMYK | cmyk(0%, 79%, 98%, 29%) | |
| LAB | lab(41, 56, 53) | |
| OKLCH | oklch(0.5 0.183 33) |
Color harmonies
Tints & shades
Code snippets
color: #b52604;
background-color: #b52604;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB52604)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.15, blue: 0.02, alpha: 1.0)