Redsurrection
#d90b0b
Redsurrection is a color with the hex code #d90b0b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d90b0b | |
|---|---|---|
| RGB | rgb(217, 11, 11) | |
| HSL | hsl(0, 90%, 45%) | |
| CMYK | cmyk(0%, 95%, 95%, 15%) | |
| LAB | lab(47, 71, 59) | |
| OKLCH | oklch(0.56 0.225 29) |
Color harmonies
Tints & shades
Code snippets
color: #d90b0b;
background-color: #d90b0b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD90B0B)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.04, blue: 0.04, alpha: 1.0)