Red Pegasus
#dd0000
Here's everything about the color Red Pegasus (#dd0000) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dd0000 | |
|---|---|---|
| RGB | rgb(221, 0, 0) | |
| HSL | hsl(0, 100%, 43%) | |
| CMYK | cmyk(0%, 100%, 100%, 13%) | |
| LAB | lab(47, 73, 63) | |
| OKLCH | oklch(0.56 0.231 29) |
Color harmonies
Tints & shades
Code snippets
color: #dd0000;
background-color: #dd0000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDD0000)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.00, blue: 0.00, alpha: 1.0)