Shades of Alizarin #E12028
Tints of Alizarin #E12028
RGB
CMYK
RGB Variations
Color information
#E12028 (or 0xE12028) is known color: Alizarin. HEX triplet: E1, 20 and 28. RGB value is (225,32,40). Sum of RGB (Red+Green+Blue) = 225+32+40=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E12028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12028 is #1EDFD7. Grayscale: #5A5A5A. Windows color (decimal): -2023384 or 2629857. OLE color: 2629857.
HSL color Cylindrical-coordinate representation of color #E12028: hue angle of 357.51º 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 #E12028 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 40 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.12 |
| HSL | 357.51º | 0.76% | 0.5% | - |
| HSV(B) | 357.51º | 0.86% | 0.88% | - |
| XYZ | 31.95 | 17.19 | 3.64 | - |
| YUV | 90.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 40 | 0 | 0.86 | 0.82 | 0.12 | 357.51 | 0.76 | 0.5 |
| Hex | E1 | 20 | 28 | 0 | 56 | 52 | C | 166 | 4C | 32 |
| Octal | 341 | 40 | 50 | 0 | 126 | 122 | 14 | 546 | 114 | 62 |
| Binary | 11100001 | 100000 | 101000 | 0 | 1010110 | 1010010 | 1100 | 101100110 | 1001100 | 110010 |
Color Harmonies of #E12028
Complementary color
Monochromatic Colors of #E12028
Black with #E12028
Text Example
Text Example
White with #E12028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12028; }
p { color: rgb(225,32,40); }
H1.HeaderClassName
{
color: #E12028;
}
.AnyTagClassName
{
color: #E12028;
}
</style>
background-color css
<style>
a { background-color: #E12028; }
a { background-color: rgb(225,32,40); }
div.DivClassName
{
background-color: #E12028;
}
.BgClassName
{
background-color: #E12028;
}
</style>
border-color css
<style>
span { border-color: #E12028; }
span { border-color: rgb(225,32,40); }
td.TdClassName
{
border-color: #E12028;
}
.TagClassName
{
border-color: #E12028;
}
</style>