Shades of Alizarin #E81928
Tints of Alizarin #E81928
RGB
CMYK
RGB Variations
Color information
#E81928 (or 0xE81928) is known color: Alizarin. HEX triplet: E8, 19 and 28. RGB value is (232,25,40). Sum of RGB (Red+Green+Blue) = 232+25+40=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E81928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81928 is #17E6D7. Grayscale: #585858. Windows color (decimal): -1566424 or 2628072. OLE color: 2628072.
HSL color Cylindrical-coordinate representation of color #E81928: hue angle of 355.65º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81928 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 40 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.09 |
| HSL | 355.65º | 0.82% | 0.5% | - |
| HSV(B) | 355.65º | 0.89% | 0.91% | - |
| XYZ | 34.01 | 18 | 3.69 | - |
| YUV | 88.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 40 | 0 | 0.89 | 0.83 | 0.09 | 355.65 | 0.82 | 0.5 |
| Hex | E8 | 19 | 28 | 0 | 59 | 53 | 9 | 164 | 52 | 32 |
| Octal | 350 | 31 | 50 | 0 | 131 | 123 | 11 | 544 | 122 | 62 |
| Binary | 11101000 | 11001 | 101000 | 0 | 1011001 | 1010011 | 1001 | 101100100 | 1010010 | 110010 |
Color Harmonies of #E81928
Complementary color
Monochromatic Colors of #E81928
Black with #E81928
Text Example
Text Example
White with #E81928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81928; }
p { color: rgb(232,25,40); }
H1.HeaderClassName
{
color: #E81928;
}
.AnyTagClassName
{
color: #E81928;
}
</style>
background-color css
<style>
a { background-color: #E81928; }
a { background-color: rgb(232,25,40); }
div.DivClassName
{
background-color: #E81928;
}
.BgClassName
{
background-color: #E81928;
}
</style>
border-color css
<style>
span { border-color: #E81928; }
span { border-color: rgb(232,25,40); }
td.TdClassName
{
border-color: #E81928;
}
.TagClassName
{
border-color: #E81928;
}
</style>