Shades of Alizarin #E8162F
Tints of Alizarin #E8162F
RGB
CMYK
RGB Variations
Color information
#E8162F (or 0xE8162F) is known color: Alizarin. HEX triplet: E8, 16 and 2F. RGB value is (232,22,47). Sum of RGB (Red+Green+Blue) = 232+22+47=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E8162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8162F is #17E9D0. Grayscale: #575757. Windows color (decimal): -1567185 or 3086056. OLE color: 3086056.
HSL color Cylindrical-coordinate representation of color #E8162F: hue angle of 352.86º 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 #E8162F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.09 |
| HSL | 352.86º | 0.83% | 0.5% | - |
| HSV(B) | 352.86º | 0.91% | 0.91% | - |
| XYZ | 34.08 | 17.93 | 4.35 | - |
| YUV | 87.64 | 105.07 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 47 | 0 | 0.91 | 0.80 | 0.09 | 352.86 | 0.83 | 0.5 |
| Hex | E8 | 16 | 2F | 0 | 5B | 50 | 9 | 161 | 53 | 32 |
| Octal | 350 | 26 | 57 | 0 | 133 | 120 | 11 | 541 | 123 | 62 |
| Binary | 11101000 | 10110 | 101111 | 0 | 1011011 | 1010000 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E8162F
Complementary color
Monochromatic Colors of #E8162F
Black with #E8162F
Text Example
Text Example
White with #E8162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8162F; }
p { color: rgb(232,22,47); }
H1.HeaderClassName
{
color: #E8162F;
}
.AnyTagClassName
{
color: #E8162F;
}
</style>
background-color css
<style>
a { background-color: #E8162F; }
a { background-color: rgb(232,22,47); }
div.DivClassName
{
background-color: #E8162F;
}
.BgClassName
{
background-color: #E8162F;
}
</style>
border-color css
<style>
span { border-color: #E8162F; }
span { border-color: rgb(232,22,47); }
td.TdClassName
{
border-color: #E8162F;
}
.TagClassName
{
border-color: #E8162F;
}
</style>