Shades of Alizarin #EE1827
Tints of Alizarin #EE1827
RGB
CMYK
RGB Variations
Color information
#EE1827 (or 0xEE1827) is known color: Alizarin. HEX triplet: EE, 18 and 27. RGB value is (238,24,39). Sum of RGB (Red+Green+Blue) = 238+24+39=301 (39% of max value = 765). Red value is 238 (93.36% from 255 or 79.07% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1827 is #11E7D8. Grayscale: #595959. Windows color (decimal): -1173465 or 2562286. OLE color: 2562286.
HSL color Cylindrical-coordinate representation of color #EE1827: hue angle of 355.79º 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 #EE1827 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.07 |
| HSL | 355.79º | 0.86% | 0.51% | - |
| HSV(B) | 355.79º | 0.9% | 0.93% | - |
| XYZ | 35.95 | 18.98 | 3.69 | - |
| YUV | 89.7 | 99.4 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 39 | 0 | 0.90 | 0.84 | 0.07 | 355.79 | 0.86 | 0.51 |
| Hex | EE | 18 | 27 | 0 | 5A | 54 | 7 | 164 | 56 | 33 |
| Octal | 356 | 30 | 47 | 0 | 132 | 124 | 7 | 544 | 126 | 63 |
| Binary | 11101110 | 11000 | 100111 | 0 | 1011010 | 1010100 | 111 | 101100100 | 1010110 | 110011 |
Color Harmonies of #EE1827
Complementary color
Monochromatic Colors of #EE1827
Black with #EE1827
Text Example
Text Example
White with #EE1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1827; }
p { color: rgb(238,24,39); }
H1.HeaderClassName
{
color: #EE1827;
}
.AnyTagClassName
{
color: #EE1827;
}
</style>
background-color css
<style>
a { background-color: #EE1827; }
a { background-color: rgb(238,24,39); }
div.DivClassName
{
background-color: #EE1827;
}
.BgClassName
{
background-color: #EE1827;
}
</style>
border-color css
<style>
span { border-color: #EE1827; }
span { border-color: rgb(238,24,39); }
td.TdClassName
{
border-color: #EE1827;
}
.TagClassName
{
border-color: #EE1827;
}
</style>