Shades of Alizarin #E82132
Tints of Alizarin #E82132
RGB
CMYK
RGB Variations
Color information
#E82132 (or 0xE82132) is known color: Alizarin. HEX triplet: E8, 21 and 32. RGB value is (232,33,50). Sum of RGB (Red+Green+Blue) = 232+33+50=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E82132 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82132 is #17DECD. Grayscale: #5E5E5E. Windows color (decimal): -1564366 or 3285480. OLE color: 3285480.
HSL color Cylindrical-coordinate representation of color #E82132: hue angle of 354.87º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E82132 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 50 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.09 |
| HSL | 354.87º | 0.81% | 0.52% | - |
| HSV(B) | 354.87º | 0.86% | 0.91% | - |
| XYZ | 34.4 | 18.47 | 4.77 | - |
| YUV | 94.44 | 102.93 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 50 | 0 | 0.86 | 0.78 | 0.09 | 354.87 | 0.81 | 0.52 |
| Hex | E8 | 21 | 32 | 0 | 56 | 4E | 9 | 163 | 51 | 34 |
| Octal | 350 | 41 | 62 | 0 | 126 | 116 | 11 | 543 | 121 | 64 |
| Binary | 11101000 | 100001 | 110010 | 0 | 1010110 | 1001110 | 1001 | 101100011 | 1010001 | 110100 |
Color Harmonies of #E82132
Complementary color
Monochromatic Colors of #E82132
Black with #E82132
Text Example
Text Example
White with #E82132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82132; }
p { color: rgb(232,33,50); }
H1.HeaderClassName
{
color: #E82132;
}
.AnyTagClassName
{
color: #E82132;
}
</style>
background-color css
<style>
a { background-color: #E82132; }
a { background-color: rgb(232,33,50); }
div.DivClassName
{
background-color: #E82132;
}
.BgClassName
{
background-color: #E82132;
}
</style>
border-color css
<style>
span { border-color: #E82132; }
span { border-color: rgb(232,33,50); }
td.TdClassName
{
border-color: #E82132;
}
.TagClassName
{
border-color: #E82132;
}
</style>