Shades of Alizarin #E6162E
Tints of Alizarin #E6162E
RGB
CMYK
RGB Variations
Color information
#E6162E (or 0xE6162E) is known color: Alizarin. HEX triplet: E6, 16 and 2E. RGB value is (230,22,46). Sum of RGB (Red+Green+Blue) = 230+22+46=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E6162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6162E is #19E9D1. Grayscale: #575757. Windows color (decimal): -1698258 or 3020518. OLE color: 3020518.
HSL color Cylindrical-coordinate representation of color #E6162E: hue angle of 353.08º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6162E is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 46 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.10 |
| HSL | 353.08º | 0.83% | 0.49% | - |
| HSV(B) | 353.08º | 0.9% | 0.9% | - |
| XYZ | 33.41 | 17.59 | 4.22 | - |
| YUV | 86.93 | 104.91 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 46 | 0 | 0.90 | 0.8 | 0.10 | 353.08 | 0.83 | 0.49 |
| Hex | E6 | 16 | 2E | 0 | 5A | 50 | A | 161 | 53 | 31 |
| Octal | 346 | 26 | 56 | 0 | 132 | 120 | 12 | 541 | 123 | 61 |
| Binary | 11100110 | 10110 | 101110 | 0 | 1011010 | 1010000 | 1010 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E6162E
Complementary color
Monochromatic Colors of #E6162E
Black with #E6162E
Text Example
Text Example
White with #E6162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6162E; }
p { color: rgb(230,22,46); }
H1.HeaderClassName
{
color: #E6162E;
}
.AnyTagClassName
{
color: #E6162E;
}
</style>
background-color css
<style>
a { background-color: #E6162E; }
a { background-color: rgb(230,22,46); }
div.DivClassName
{
background-color: #E6162E;
}
.BgClassName
{
background-color: #E6162E;
}
</style>
border-color css
<style>
span { border-color: #E6162E; }
span { border-color: rgb(230,22,46); }
td.TdClassName
{
border-color: #E6162E;
}
.TagClassName
{
border-color: #E6162E;
}
</style>