Shades of Alizarin #E82136
Tints of Alizarin #E82136
RGB
CMYK
RGB Variations
Color information
#E82136 (or 0xE82136) is known color: Alizarin. HEX triplet: E8, 21 and 36. RGB value is (232,33,54). Sum of RGB (Red+Green+Blue) = 232+33+54=319 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.73% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 232 - color contains mainly: red. Hex color #E82136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82136 is #17DEC9. Grayscale: #5F5F5F. Windows color (decimal): -1564362 or 3547624. OLE color: 3547624.
HSL color Cylindrical-coordinate representation of color #E82136: hue angle of 353.67º 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 #E82136 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 54 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.09 |
| HSL | 353.67º | 0.81% | 0.52% | - |
| HSV(B) | 353.67º | 0.86% | 0.91% | - |
| XYZ | 34.49 | 18.51 | 5.25 | - |
| YUV | 94.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 54 | 0 | 0.86 | 0.77 | 0.09 | 353.67 | 0.81 | 0.52 |
| Hex | E8 | 21 | 36 | 0 | 56 | 4D | 9 | 162 | 51 | 34 |
| Octal | 350 | 41 | 66 | 0 | 126 | 115 | 11 | 542 | 121 | 64 |
| Binary | 11101000 | 100001 | 110110 | 0 | 1010110 | 1001101 | 1001 | 101100010 | 1010001 | 110100 |
Color Harmonies of #E82136
Complementary color
Monochromatic Colors of #E82136
Black with #E82136
Text Example
Text Example
White with #E82136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82136; }
p { color: rgb(232,33,54); }
H1.HeaderClassName
{
color: #E82136;
}
.AnyTagClassName
{
color: #E82136;
}
</style>
background-color css
<style>
a { background-color: #E82136; }
a { background-color: rgb(232,33,54); }
div.DivClassName
{
background-color: #E82136;
}
.BgClassName
{
background-color: #E82136;
}
</style>
border-color css
<style>
span { border-color: #E82136; }
span { border-color: rgb(232,33,54); }
td.TdClassName
{
border-color: #E82136;
}
.TagClassName
{
border-color: #E82136;
}
</style>