Re-Entry Red
#cd0317
Looking for the precise values behind Re-Entry Red (#cd0317)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #cd0317 | |
|---|---|---|
| RGB | rgb(205, 3, 23) | |
| HSL | hsl(354, 97%, 41%) | |
| CMYK | cmyk(0%, 99%, 89%, 20%) | |
| LAB | lab(44, 68, 51) | |
| OKLCH | oklch(0.53 0.217 27) |
Color harmonies
Tints & shades
Code snippets
color: #cd0317;
background-color: #cd0317;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD0317)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.01, blue: 0.09, alpha: 1.0)