Shades of Alizarin #E12528
Tints of Alizarin #E12528
RGB
CMYK
RGB Variations
Color information
#E12528 (or 0xE12528) is known color: Alizarin. HEX triplet: E1, 25 and 28. RGB value is (225,37,40). Sum of RGB (Red+Green+Blue) = 225+37+40=302 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.50% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 225 - color contains mainly: red. Hex color #E12528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12528 is #1EDAD7. Grayscale: #5D5D5D. Windows color (decimal): -2022104 or 2631137. OLE color: 2631137.
HSL color Cylindrical-coordinate representation of color #E12528: hue angle of 359.04º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E12528 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 40 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.12 |
| HSL | 359.04º | 0.76% | 0.51% | - |
| HSV(B) | 359.04º | 0.84% | 0.88% | - |
| XYZ | 32.1 | 17.48 | 3.69 | - |
| YUV | 93.55 | 97.78 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 40 | 0 | 0.84 | 0.82 | 0.12 | 359.04 | 0.76 | 0.51 |
| Hex | E1 | 25 | 28 | 0 | 54 | 52 | C | 167 | 4C | 33 |
| Octal | 341 | 45 | 50 | 0 | 124 | 122 | 14 | 547 | 114 | 63 |
| Binary | 11100001 | 100101 | 101000 | 0 | 1010100 | 1010010 | 1100 | 101100111 | 1001100 | 110011 |
Color Harmonies of #E12528
Complementary color
Monochromatic Colors of #E12528
Black with #E12528
Text Example
Text Example
White with #E12528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12528; }
p { color: rgb(225,37,40); }
H1.HeaderClassName
{
color: #E12528;
}
.AnyTagClassName
{
color: #E12528;
}
</style>
background-color css
<style>
a { background-color: #E12528; }
a { background-color: rgb(225,37,40); }
div.DivClassName
{
background-color: #E12528;
}
.BgClassName
{
background-color: #E12528;
}
</style>
border-color css
<style>
span { border-color: #E12528; }
span { border-color: rgb(225,37,40); }
td.TdClassName
{
border-color: #E12528;
}
.TagClassName
{
border-color: #E12528;
}
</style>