Shades of Alizarin #E12024
Tints of Alizarin #E12024
RGB
CMYK
RGB Variations
Color information
#E12024 (or 0xE12024) is known color: Alizarin. HEX triplet: E1, 20 and 24. RGB value is (225,32,36). Sum of RGB (Red+Green+Blue) = 225+32+36=293 (38% of max value = 765). Red value is 225 (88.28% from 255 or 76.79% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 225 - color contains mainly: red. Hex color #E12024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12024 is #1EDFDB. Grayscale: #5A5A5A. Windows color (decimal): -2023388 or 2367713. OLE color: 2367713.
HSL color Cylindrical-coordinate representation of color #E12024: hue angle of 358.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E12024 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 36 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.12 |
| HSL | 358.76º | 0.76% | 0.5% | - |
| HSV(B) | 358.76º | 0.86% | 0.88% | - |
| XYZ | 31.89 | 17.17 | 3.3 | - |
| YUV | 90.16 | 97.44 | 224.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 36 | 0 | 0.86 | 0.84 | 0.12 | 358.76 | 0.76 | 0.5 |
| Hex | E1 | 20 | 24 | 0 | 56 | 54 | C | 167 | 4C | 32 |
| Octal | 341 | 40 | 44 | 0 | 126 | 124 | 14 | 547 | 114 | 62 |
| Binary | 11100001 | 100000 | 100100 | 0 | 1010110 | 1010100 | 1100 | 101100111 | 1001100 | 110010 |
Color Harmonies of #E12024
Complementary color
Monochromatic Colors of #E12024
Black with #E12024
Text Example
Text Example
White with #E12024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12024; }
p { color: rgb(225,32,36); }
H1.HeaderClassName
{
color: #E12024;
}
.AnyTagClassName
{
color: #E12024;
}
</style>
background-color css
<style>
a { background-color: #E12024; }
a { background-color: rgb(225,32,36); }
div.DivClassName
{
background-color: #E12024;
}
.BgClassName
{
background-color: #E12024;
}
</style>
border-color css
<style>
span { border-color: #E12024; }
span { border-color: rgb(225,32,36); }
td.TdClassName
{
border-color: #E12024;
}
.TagClassName
{
border-color: #E12024;
}
</style>