Shades of Alizarin #E9162F
Tints of Alizarin #E9162F
RGB
CMYK
RGB Variations
Color information
#E9162F (or 0xE9162F) is known color: Alizarin. HEX triplet: E9, 16 and 2F. RGB value is (233,22,47). Sum of RGB (Red+Green+Blue) = 233+22+47=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E9162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9162F is #16E9D0. Grayscale: #585858. Windows color (decimal): -1501649 or 3086057. OLE color: 3086057.
HSL color Cylindrical-coordinate representation of color #E9162F: hue angle of 352.89º 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 #E9162F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.09 |
| HSL | 352.89º | 0.83% | 0.5% | - |
| HSV(B) | 352.89º | 0.91% | 0.91% | - |
| XYZ | 34.4 | 18.1 | 4.37 | - |
| YUV | 87.94 | 104.9 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 47 | 0 | 0.91 | 0.80 | 0.09 | 352.89 | 0.83 | 0.5 |
| Hex | E9 | 16 | 2F | 0 | 5B | 50 | 9 | 161 | 53 | 32 |
| Octal | 351 | 26 | 57 | 0 | 133 | 120 | 11 | 541 | 123 | 62 |
| Binary | 11101001 | 10110 | 101111 | 0 | 1011011 | 1010000 | 1001 | 101100001 | 1010011 | 110010 |
Color Harmonies of #E9162F
Complementary color
Monochromatic Colors of #E9162F
Black with #E9162F
Text Example
Text Example
White with #E9162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9162F; }
p { color: rgb(233,22,47); }
H1.HeaderClassName
{
color: #E9162F;
}
.AnyTagClassName
{
color: #E9162F;
}
</style>
background-color css
<style>
a { background-color: #E9162F; }
a { background-color: rgb(233,22,47); }
div.DivClassName
{
background-color: #E9162F;
}
.BgClassName
{
background-color: #E9162F;
}
</style>
border-color css
<style>
span { border-color: #E9162F; }
span { border-color: rgb(233,22,47); }
td.TdClassName
{
border-color: #E9162F;
}
.TagClassName
{
border-color: #E9162F;
}
</style>