Shades of Alizarin #E82139
Tints of Alizarin #E82139
RGB
CMYK
RGB Variations
Color information
#E82139 (or 0xE82139) is known color: Alizarin. HEX triplet: E8, 21 and 39. RGB value is (232,33,57). Sum of RGB (Red+Green+Blue) = 232+33+57=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E82139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82139 is #17DEC6. Grayscale: #5F5F5F. Windows color (decimal): -1564359 or 3744232. OLE color: 3744232.
HSL color Cylindrical-coordinate representation of color #E82139: hue angle of 352.76º 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 #E82139 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 57 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.09 |
| HSL | 352.76º | 0.81% | 0.52% | - |
| HSV(B) | 352.76º | 0.86% | 0.91% | - |
| XYZ | 34.56 | 18.54 | 5.63 | - |
| YUV | 95.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 57 | 0 | 0.86 | 0.75 | 0.09 | 352.76 | 0.81 | 0.52 |
| Hex | E8 | 21 | 39 | 0 | 56 | 4B | 9 | 161 | 51 | 34 |
| Octal | 350 | 41 | 71 | 0 | 126 | 113 | 11 | 541 | 121 | 64 |
| Binary | 11101000 | 100001 | 111001 | 0 | 1010110 | 1001011 | 1001 | 101100001 | 1010001 | 110100 |
Color Harmonies of #E82139
Complementary color
Monochromatic Colors of #E82139
Black with #E82139
Text Example
Text Example
White with #E82139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82139; }
p { color: rgb(232,33,57); }
H1.HeaderClassName
{
color: #E82139;
}
.AnyTagClassName
{
color: #E82139;
}
</style>
background-color css
<style>
a { background-color: #E82139; }
a { background-color: rgb(232,33,57); }
div.DivClassName
{
background-color: #E82139;
}
.BgClassName
{
background-color: #E82139;
}
</style>
border-color css
<style>
span { border-color: #E82139; }
span { border-color: rgb(232,33,57); }
td.TdClassName
{
border-color: #E82139;
}
.TagClassName
{
border-color: #E82139;
}
</style>