Red Republic
#d70200
Red Republic is a color with the hex code #d70200. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d70200 | |
|---|---|---|
| RGB | rgb(215, 2, 0) | |
| HSL | hsl(1, 100%, 42%) | |
| CMYK | cmyk(0%, 99%, 100%, 16%) | |
| LAB | lab(46, 71, 61) | |
| OKLCH | oklch(0.55 0.226 29) |
Color harmonies
Tints & shades
Code snippets
color: #d70200;
background-color: #d70200;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD70200)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.01, blue: 0.00, alpha: 1.0)