Shades of Alizarin #E81E32
Tints of Alizarin #E81E32
RGB
CMYK
RGB Variations
Color information
#E81E32 (or 0xE81E32) is known color: Alizarin. HEX triplet: E8, 1E and 32. RGB value is (232,30,50). Sum of RGB (Red+Green+Blue) = 232+30+50=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E81E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81E32 is #17E1CD. Grayscale: #5C5C5C. Windows color (decimal): -1565134 or 3284712. OLE color: 3284712.
HSL color Cylindrical-coordinate representation of color #E81E32: hue angle of 354.06º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E81E32 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 30 | 50 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.09 |
| HSL | 354.06º | 0.81% | 0.51% | - |
| HSV(B) | 354.06º | 0.87% | 0.91% | - |
| XYZ | 34.32 | 18.31 | 4.74 | - |
| YUV | 92.68 | 103.92 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 30 | 50 | 0 | 0.87 | 0.78 | 0.09 | 354.06 | 0.81 | 0.51 |
| Hex | E8 | 1E | 32 | 0 | 57 | 4E | 9 | 162 | 51 | 33 |
| Octal | 350 | 36 | 62 | 0 | 127 | 116 | 11 | 542 | 121 | 63 |
| Binary | 11101000 | 11110 | 110010 | 0 | 1010111 | 1001110 | 1001 | 101100010 | 1010001 | 110011 |
Color Harmonies of #E81E32
Complementary color
Monochromatic Colors of #E81E32
Black with #E81E32
Text Example
Text Example
White with #E81E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81E32; }
p { color: rgb(232,30,50); }
H1.HeaderClassName
{
color: #E81E32;
}
.AnyTagClassName
{
color: #E81E32;
}
</style>
background-color css
<style>
a { background-color: #E81E32; }
a { background-color: rgb(232,30,50); }
div.DivClassName
{
background-color: #E81E32;
}
.BgClassName
{
background-color: #E81E32;
}
</style>
border-color css
<style>
span { border-color: #E81E32; }
span { border-color: rgb(232,30,50); }
td.TdClassName
{
border-color: #E81E32;
}
.TagClassName
{
border-color: #E81E32;
}
</style>