Shades of Alizarin #E81C20
Tints of Alizarin #E81C20
RGB
CMYK
RGB Variations
Color information
#E81C20 (or 0xE81C20) is known color: Alizarin. HEX triplet: E8, 1C and 20. RGB value is (232,28,32). Sum of RGB (Red+Green+Blue) = 232+28+32=292 (38% of max value = 765). Red value is 232 (91.02% from 255 or 79.45% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 232 - color contains mainly: red. Hex color #E81C20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81C20 is #17E3DF. Grayscale: #595959. Windows color (decimal): -1565664 or 2104552. OLE color: 2104552.
HSL color Cylindrical-coordinate representation of color #E81C20: hue angle of 358.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81C20 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 28 | 32 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.09 |
| HSL | 358.82º | 0.82% | 0.51% | - |
| HSV(B) | 358.82º | 0.88% | 0.91% | - |
| XYZ | 33.95 | 18.09 | 3.07 | - |
| YUV | 89.45 | 95.59 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 28 | 32 | 0 | 0.88 | 0.86 | 0.09 | 358.82 | 0.82 | 0.51 |
| Hex | E8 | 1C | 20 | 0 | 58 | 56 | 9 | 167 | 52 | 33 |
| Octal | 350 | 34 | 40 | 0 | 130 | 126 | 11 | 547 | 122 | 63 |
| Binary | 11101000 | 11100 | 100000 | 0 | 1011000 | 1010110 | 1001 | 101100111 | 1010010 | 110011 |
Color Harmonies of #E81C20
Complementary color
Monochromatic Colors of #E81C20
Black with #E81C20
Text Example
Text Example
White with #E81C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81C20; }
p { color: rgb(232,28,32); }
H1.HeaderClassName
{
color: #E81C20;
}
.AnyTagClassName
{
color: #E81C20;
}
</style>
background-color css
<style>
a { background-color: #E81C20; }
a { background-color: rgb(232,28,32); }
div.DivClassName
{
background-color: #E81C20;
}
.BgClassName
{
background-color: #E81C20;
}
</style>
border-color css
<style>
span { border-color: #E81C20; }
span { border-color: rgb(232,28,32); }
td.TdClassName
{
border-color: #E81C20;
}
.TagClassName
{
border-color: #E81C20;
}
</style>