Shades of Alizarin #E82129
Tints of Alizarin #E82129
RGB
CMYK
RGB Variations
Color information
#E82129 (or 0xE82129) is known color: Alizarin. HEX triplet: E8, 21 and 29. RGB value is (232,33,41). Sum of RGB (Red+Green+Blue) = 232+33+41=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E82129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82129 is #17DED6. Grayscale: #5D5D5D. Windows color (decimal): -1564375 or 2695656. OLE color: 2695656.
HSL color Cylindrical-coordinate representation of color #E82129: hue angle of 357.59º 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 #E82129 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 41 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.09 |
| HSL | 357.59º | 0.81% | 0.52% | - |
| HSV(B) | 357.59º | 0.86% | 0.91% | - |
| XYZ | 34.22 | 18.4 | 3.85 | - |
| YUV | 93.41 | 98.43 | 226.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 41 | 0 | 0.86 | 0.82 | 0.09 | 357.59 | 0.81 | 0.52 |
| Hex | E8 | 21 | 29 | 0 | 56 | 52 | 9 | 166 | 51 | 34 |
| Octal | 350 | 41 | 51 | 0 | 126 | 122 | 11 | 546 | 121 | 64 |
| Binary | 11101000 | 100001 | 101001 | 0 | 1010110 | 1010010 | 1001 | 101100110 | 1010001 | 110100 |
Color Harmonies of #E82129
Complementary color
Monochromatic Colors of #E82129
Black with #E82129
Text Example
Text Example
White with #E82129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82129; }
p { color: rgb(232,33,41); }
H1.HeaderClassName
{
color: #E82129;
}
.AnyTagClassName
{
color: #E82129;
}
</style>
background-color css
<style>
a { background-color: #E82129; }
a { background-color: rgb(232,33,41); }
div.DivClassName
{
background-color: #E82129;
}
.BgClassName
{
background-color: #E82129;
}
</style>
border-color css
<style>
span { border-color: #E82129; }
span { border-color: rgb(232,33,41); }
td.TdClassName
{
border-color: #E82129;
}
.TagClassName
{
border-color: #E82129;
}
</style>