Shades of Alizarin #EE1920
Tints of Alizarin #EE1920
RGB
CMYK
RGB Variations
Color information
#EE1920 (or 0xEE1920) is known color: Alizarin. HEX triplet: EE, 19 and 20. RGB value is (238,25,32). Sum of RGB (Red+Green+Blue) = 238+25+32=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1920 is #11E6DF. Grayscale: #595959. Windows color (decimal): -1173216 or 2103790. OLE color: 2103790.
HSL color Cylindrical-coordinate representation of color #EE1920: hue angle of 358.03º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1920 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 32 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.07 |
| HSL | 358.03º | 0.86% | 0.52% | - |
| HSV(B) | 358.03º | 0.89% | 0.93% | - |
| XYZ | 35.87 | 18.98 | 3.14 | - |
| YUV | 89.49 | 95.57 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 32 | 0 | 0.89 | 0.87 | 0.07 | 358.03 | 0.86 | 0.52 |
| Hex | EE | 19 | 20 | 0 | 59 | 57 | 7 | 166 | 56 | 34 |
| Octal | 356 | 31 | 40 | 0 | 131 | 127 | 7 | 546 | 126 | 64 |
| Binary | 11101110 | 11001 | 100000 | 0 | 1011001 | 1010111 | 111 | 101100110 | 1010110 | 110100 |
Color Harmonies of #EE1920
Complementary color
Monochromatic Colors of #EE1920
Black with #EE1920
Text Example
Text Example
White with #EE1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1920; }
p { color: rgb(238,25,32); }
H1.HeaderClassName
{
color: #EE1920;
}
.AnyTagClassName
{
color: #EE1920;
}
</style>
background-color css
<style>
a { background-color: #EE1920; }
a { background-color: rgb(238,25,32); }
div.DivClassName
{
background-color: #EE1920;
}
.BgClassName
{
background-color: #EE1920;
}
</style>
border-color css
<style>
span { border-color: #EE1920; }
span { border-color: rgb(238,25,32); }
td.TdClassName
{
border-color: #EE1920;
}
.TagClassName
{
border-color: #EE1920;
}
</style>