Shades of Alizarin #E82141
Tints of Alizarin #E82141
RGB
CMYK
RGB Variations
Color information
#E82141 (or 0xE82141) is known color: Alizarin. HEX triplet: E8, 21 and 41. RGB value is (232,33,65). Sum of RGB (Red+Green+Blue) = 232+33+65=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E82141 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E82141 is #17DEBE. Grayscale: #606060. Windows color (decimal): -1564351 or 4268520. OLE color: 4268520.
HSL color Cylindrical-coordinate representation of color #E82141: hue angle of 350.35º 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 #E82141 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 65 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.09 |
| HSL | 350.35º | 0.81% | 0.52% | - |
| HSV(B) | 350.35º | 0.86% | 0.91% | - |
| XYZ | 34.78 | 18.63 | 6.76 | - |
| YUV | 96.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 65 | 0 | 0.86 | 0.72 | 0.09 | 350.35 | 0.81 | 0.52 |
| Hex | E8 | 21 | 41 | 0 | 56 | 48 | 9 | 15E | 51 | 34 |
| Octal | 350 | 41 | 101 | 0 | 126 | 110 | 11 | 536 | 121 | 64 |
| Binary | 11101000 | 100001 | 1000001 | 0 | 1010110 | 1001000 | 1001 | 101011110 | 1010001 | 110100 |
Color Harmonies of #E82141
Complementary color
Monochromatic Colors of #E82141
Black with #E82141
Text Example
Text Example
White with #E82141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82141; }
p { color: rgb(232,33,65); }
H1.HeaderClassName
{
color: #E82141;
}
.AnyTagClassName
{
color: #E82141;
}
</style>
background-color css
<style>
a { background-color: #E82141; }
a { background-color: rgb(232,33,65); }
div.DivClassName
{
background-color: #E82141;
}
.BgClassName
{
background-color: #E82141;
}
</style>
border-color css
<style>
span { border-color: #E82141; }
span { border-color: rgb(232,33,65); }
td.TdClassName
{
border-color: #E82141;
}
.TagClassName
{
border-color: #E82141;
}
</style>