Shades of Alizarin #EE2021
Tints of Alizarin #EE2021
RGB
CMYK
RGB Variations
Color information
#EE2021 (or 0xEE2021) is known color: Alizarin. HEX triplet: EE, 20 and 21. RGB value is (238,32,33). Sum of RGB (Red+Green+Blue) = 238+32+33=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2021 is #11DFDE. Grayscale: #5D5D5D. Windows color (decimal): -1171423 or 2171118. OLE color: 2171118.
HSL color Cylindrical-coordinate representation of color #EE2021: 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.87%. Process color model (Four color, CMYK) of #EE2021 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 33 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.07 |
| HSL | 359.71º | 0.86% | 0.53% | - |
| HSV(B) | 359.71º | 0.87% | 0.93% | - |
| XYZ | 36.05 | 19.32 | 3.27 | - |
| YUV | 93.71 | 93.75 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 33 | 0 | 0.87 | 0.86 | 0.07 | 359.71 | 0.86 | 0.53 |
| Hex | EE | 20 | 21 | 0 | 57 | 56 | 7 | 168 | 56 | 35 |
| Octal | 356 | 40 | 41 | 0 | 127 | 126 | 7 | 550 | 126 | 65 |
| Binary | 11101110 | 100000 | 100001 | 0 | 1010111 | 1010110 | 111 | 101101000 | 1010110 | 110101 |
Color Harmonies of #EE2021
Complementary color
Monochromatic Colors of #EE2021
Black with #EE2021
Text Example
Text Example
White with #EE2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2021; }
p { color: rgb(238,32,33); }
H1.HeaderClassName
{
color: #EE2021;
}
.AnyTagClassName
{
color: #EE2021;
}
</style>
background-color css
<style>
a { background-color: #EE2021; }
a { background-color: rgb(238,32,33); }
div.DivClassName
{
background-color: #EE2021;
}
.BgClassName
{
background-color: #EE2021;
}
</style>
border-color css
<style>
span { border-color: #EE2021; }
span { border-color: rgb(238,32,33); }
td.TdClassName
{
border-color: #EE2021;
}
.TagClassName
{
border-color: #EE2021;
}
</style>