Dragon’s Breath
#d41003
Looking for the precise values behind Dragon’s Breath (#d41003)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d41003 | |
|---|---|---|
| RGB | rgb(212, 16, 3) | |
| HSL | hsl(4, 97%, 42%) | |
| CMYK | cmyk(0%, 92%, 99%, 17%) | |
| LAB | lab(46, 69, 60) | |
| OKLCH | oklch(0.55 0.22 30) |
Color harmonies
Tints & shades
Code snippets
color: #d41003;
background-color: #d41003;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD41003)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.06, blue: 0.01, alpha: 1.0)