Dazzling Red
#d82c0d
Dazzling Red is a color with the hex code #d82c0d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d82c0d | |
|---|---|---|
| RGB | rgb(216, 44, 13) | |
| HSL | hsl(9, 89%, 45%) | |
| CMYK | cmyk(0%, 80%, 94%, 15%) | |
| LAB | lab(48, 65, 59) | |
| OKLCH | oklch(0.57 0.21 32) |
Color harmonies
Tints & shades
Code snippets
color: #d82c0d;
background-color: #d82c0d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD82C0D)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.17, blue: 0.05, alpha: 1.0)