Shades of Alizarin #E8162D
Tints of Alizarin #E8162D
RGB
CMYK
RGB Variations
Color information
#E8162D (or 0xE8162D) is known color: Alizarin. HEX triplet: E8, 16 and 2D. RGB value is (232,22,45). Sum of RGB (Red+Green+Blue) = 232+22+45=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8162D is #17E9D2. Grayscale: #575757. Windows color (decimal): -1567187 or 2954984. OLE color: 2954984.
HSL color Cylindrical-coordinate representation of color #E8162D: hue angle of 353.43º 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 #E8162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.09 |
| HSL | 353.43º | 0.83% | 0.5% | - |
| HSV(B) | 353.43º | 0.91% | 0.91% | - |
| XYZ | 34.04 | 17.92 | 4.15 | - |
| YUV | 87.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 45 | 0 | 0.91 | 0.81 | 0.09 | 353.43 | 0.83 | 0.5 |
| Hex | E8 | 16 | 2D | 0 | 5B | 51 | 9 | 161 | 53 | 32 |
| Octal | 350 | 26 | 55 | 0 | 133 | 121 | 11 | 541 | 123 | 62 |
| Binary | 11101000 | 10110 | 101101 | 0 | 1011011 | 1010001 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E8162D
Complementary color
Monochromatic Colors of #E8162D
Black with #E8162D
Text Example
Text Example
White with #E8162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8162D; }
p { color: rgb(232,22,45); }
H1.HeaderClassName
{
color: #E8162D;
}
.AnyTagClassName
{
color: #E8162D;
}
</style>
background-color css
<style>
a { background-color: #E8162D; }
a { background-color: rgb(232,22,45); }
div.DivClassName
{
background-color: #E8162D;
}
.BgClassName
{
background-color: #E8162D;
}
</style>
border-color css
<style>
span { border-color: #E8162D; }
span { border-color: rgb(232,22,45); }
td.TdClassName
{
border-color: #E8162D;
}
.TagClassName
{
border-color: #E8162D;
}
</style>