Shades of Alizarin #EE1829
Tints of Alizarin #EE1829
RGB
CMYK
RGB Variations
Color information
#EE1829 (or 0xEE1829) is known color: Alizarin. HEX triplet: EE, 18 and 29. RGB value is (238,24,41). Sum of RGB (Red+Green+Blue) = 238+24+41=303 (40% of max value = 765). Red value is 238 (93.36% from 255 or 78.55% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1829 is #11E7D6. Grayscale: #5A5A5A. Windows color (decimal): -1173463 or 2693358. OLE color: 2693358.
HSL color Cylindrical-coordinate representation of color #EE1829: hue angle of 355.23º 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 #EE1829 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 41 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.07 |
| HSL | 355.23º | 0.86% | 0.51% | - |
| HSV(B) | 355.23º | 0.9% | 0.93% | - |
| XYZ | 35.99 | 18.99 | 3.87 | - |
| YUV | 89.92 | 100.4 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 41 | 0 | 0.90 | 0.83 | 0.07 | 355.23 | 0.86 | 0.51 |
| Hex | EE | 18 | 29 | 0 | 5A | 53 | 7 | 163 | 56 | 33 |
| Octal | 356 | 30 | 51 | 0 | 132 | 123 | 7 | 543 | 126 | 63 |
| Binary | 11101110 | 11000 | 101001 | 0 | 1011010 | 1010011 | 111 | 101100011 | 1010110 | 110011 |
Color Harmonies of #EE1829
Complementary color
Monochromatic Colors of #EE1829
Black with #EE1829
Text Example
Text Example
White with #EE1829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1829; }
p { color: rgb(238,24,41); }
H1.HeaderClassName
{
color: #EE1829;
}
.AnyTagClassName
{
color: #EE1829;
}
</style>
background-color css
<style>
a { background-color: #EE1829; }
a { background-color: rgb(238,24,41); }
div.DivClassName
{
background-color: #EE1829;
}
.BgClassName
{
background-color: #EE1829;
}
</style>
border-color css
<style>
span { border-color: #EE1829; }
span { border-color: rgb(238,24,41); }
td.TdClassName
{
border-color: #EE1829;
}
.TagClassName
{
border-color: #EE1829;
}
</style>