Shades of Alizarin #EE2122
Tints of Alizarin #EE2122
RGB
CMYK
RGB Variations
Color information
#EE2122 (or 0xEE2122) is known color: Alizarin. HEX triplet: EE, 21 and 22. RGB value is (238,33,34). Sum of RGB (Red+Green+Blue) = 238+33+34=305 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.03% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2122 is #11DEDD. Grayscale: #5E5E5E. Windows color (decimal): -1171166 or 2236910. OLE color: 2236910.
HSL color Cylindrical-coordinate representation of color #EE2122: hue angle of 359.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2122 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 34 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.07 |
| HSL | 359.71º | 0.86% | 0.53% | - |
| HSV(B) | 359.71º | 0.86% | 0.93% | - |
| XYZ | 36.09 | 19.38 | 3.35 | - |
| YUV | 94.41 | 93.92 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 34 | 0 | 0.86 | 0.86 | 0.07 | 359.71 | 0.86 | 0.53 |
| Hex | EE | 21 | 22 | 0 | 56 | 56 | 7 | 168 | 56 | 35 |
| Octal | 356 | 41 | 42 | 0 | 126 | 126 | 7 | 550 | 126 | 65 |
| Binary | 11101110 | 100001 | 100010 | 0 | 1010110 | 1010110 | 111 | 101101000 | 1010110 | 110101 |
Color Harmonies of #EE2122
Complementary color
Monochromatic Colors of #EE2122
Black with #EE2122
Text Example
Text Example
White with #EE2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2122; }
p { color: rgb(238,33,34); }
H1.HeaderClassName
{
color: #EE2122;
}
.AnyTagClassName
{
color: #EE2122;
}
</style>
background-color css
<style>
a { background-color: #EE2122; }
a { background-color: rgb(238,33,34); }
div.DivClassName
{
background-color: #EE2122;
}
.BgClassName
{
background-color: #EE2122;
}
</style>
border-color css
<style>
span { border-color: #EE2122; }
span { border-color: rgb(238,33,34); }
td.TdClassName
{
border-color: #EE2122;
}
.TagClassName
{
border-color: #EE2122;
}
</style>