Shades of Alizarin #E8162B
Tints of Alizarin #E8162B
RGB
CMYK
RGB Variations
Color information
#E8162B (or 0xE8162B) is known color: Alizarin. HEX triplet: E8, 16 and 2B. RGB value is (232,22,43). Sum of RGB (Red+Green+Blue) = 232+22+43=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8162B is #17E9D4. Grayscale: #575757. Windows color (decimal): -1567189 or 2823912. OLE color: 2823912.
HSL color Cylindrical-coordinate representation of color #E8162B: hue angle of 354º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E8162B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 354º | 0.83% | 0.5% | - |
| HSV(B) | 354º | 0.91% | 0.91% | - |
| XYZ | 34 | 17.9 | 3.95 | - |
| YUV | 87.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 43 | 0 | 0.91 | 0.81 | 0.09 | 354 | 0.83 | 0.5 |
| Hex | E8 | 16 | 2B | 0 | 5B | 51 | 9 | 162 | 53 | 32 |
| Octal | 350 | 26 | 53 | 0 | 133 | 121 | 11 | 542 | 123 | 62 |
| Binary | 11101000 | 10110 | 101011 | 0 | 1011011 | 1010001 | 1001 | 101100010 | 1010011 | 110010 |
Color Harmonies of #E8162B
Complementary color
Monochromatic Colors of #E8162B
Black with #E8162B
Text Example
Text Example
White with #E8162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8162B; }
p { color: rgb(232,22,43); }
H1.HeaderClassName
{
color: #E8162B;
}
.AnyTagClassName
{
color: #E8162B;
}
</style>
background-color css
<style>
a { background-color: #E8162B; }
a { background-color: rgb(232,22,43); }
div.DivClassName
{
background-color: #E8162B;
}
.BgClassName
{
background-color: #E8162B;
}
</style>
border-color css
<style>
span { border-color: #E8162B; }
span { border-color: rgb(232,22,43); }
td.TdClassName
{
border-color: #E8162B;
}
.TagClassName
{
border-color: #E8162B;
}
</style>