Shades of Alizarin #EE1828
Tints of Alizarin #EE1828
RGB
CMYK
RGB Variations
Color information
#EE1828 (or 0xEE1828) is known color: Alizarin. HEX triplet: EE, 18 and 28. RGB value is (238,24,40). Sum of RGB (Red+Green+Blue) = 238+24+40=302 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.81% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1828 is #11E7D7. Grayscale: #595959. Windows color (decimal): -1173464 or 2627822. OLE color: 2627822.
HSL color Cylindrical-coordinate representation of color #EE1828: hue angle of 355.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1828 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 355.51º | 0.86% | 0.51% | - |
| HSV(B) | 355.51º | 0.9% | 0.93% | - |
| XYZ | 35.97 | 18.98 | 3.78 | - |
| YUV | 89.81 | 99.9 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 40 | 0 | 0.90 | 0.83 | 0.07 | 355.51 | 0.86 | 0.51 |
| Hex | EE | 18 | 28 | 0 | 5A | 53 | 7 | 164 | 56 | 33 |
| Octal | 356 | 30 | 50 | 0 | 132 | 123 | 7 | 544 | 126 | 63 |
| Binary | 11101110 | 11000 | 101000 | 0 | 1011010 | 1010011 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #EE1828
Complementary color
Monochromatic Colors of #EE1828
Black with #EE1828
Text Example
Text Example
White with #EE1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1828; }
p { color: rgb(238,24,40); }
H1.HeaderClassName
{
color: #EE1828;
}
.AnyTagClassName
{
color: #EE1828;
}
</style>
background-color css
<style>
a { background-color: #EE1828; }
a { background-color: rgb(238,24,40); }
div.DivClassName
{
background-color: #EE1828;
}
.BgClassName
{
background-color: #EE1828;
}
</style>
border-color css
<style>
span { border-color: #EE1828; }
span { border-color: rgb(238,24,40); }
td.TdClassName
{
border-color: #EE1828;
}
.TagClassName
{
border-color: #EE1828;
}
</style>