Ottoman Red
#ee2222
Here's everything about the color Ottoman Red (#ee2222) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ee2222 | |
|---|---|---|
| RGB | rgb(238, 34, 34) | |
| HSL | hsl(0, 86%, 53%) | |
| CMYK | cmyk(0%, 86%, 86%, 7%) | |
| LAB | lab(52, 73, 55) | |
| OKLCH | oklch(0.61 0.233 28) |
Color harmonies
Tints & shades
Code snippets
color: #ee2222;
background-color: #ee2222;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEE2222)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.13, blue: 0.13, alpha: 1.0)