Shades of Alizarin #E6162B
Tints of Alizarin #E6162B
RGB
CMYK
RGB Variations
Color information
#E6162B (or 0xE6162B) is known color: Alizarin. HEX triplet: E6, 16 and 2B. RGB value is (230,22,43). Sum of RGB (Red+Green+Blue) = 230+22+43=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E6162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6162B is #19E9D4. Grayscale: #565656. Windows color (decimal): -1698261 or 2823910. OLE color: 2823910.
HSL color Cylindrical-coordinate representation of color #E6162B: hue angle of 353.94º 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 #E6162B is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 43 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.10 |
| HSL | 353.94º | 0.83% | 0.49% | - |
| HSV(B) | 353.94º | 0.9% | 0.9% | - |
| XYZ | 33.36 | 17.57 | 3.92 | - |
| YUV | 86.59 | 103.41 | 230.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 43 | 0 | 0.90 | 0.81 | 0.10 | 353.94 | 0.83 | 0.49 |
| Hex | E6 | 16 | 2B | 0 | 5A | 51 | A | 162 | 53 | 31 |
| Octal | 346 | 26 | 53 | 0 | 132 | 121 | 12 | 542 | 123 | 61 |
| Binary | 11100110 | 10110 | 101011 | 0 | 1011010 | 1010001 | 1010 | 101100010 | 1010011 | 110001 |
Color Harmonies of #E6162B
Complementary color
Monochromatic Colors of #E6162B
Black with #E6162B
Text Example
Text Example
White with #E6162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6162B; }
p { color: rgb(230,22,43); }
H1.HeaderClassName
{
color: #E6162B;
}
.AnyTagClassName
{
color: #E6162B;
}
</style>
background-color css
<style>
a { background-color: #E6162B; }
a { background-color: rgb(230,22,43); }
div.DivClassName
{
background-color: #E6162B;
}
.BgClassName
{
background-color: #E6162B;
}
</style>
border-color css
<style>
span { border-color: #E6162B; }
span { border-color: rgb(230,22,43); }
td.TdClassName
{
border-color: #E6162B;
}
.TagClassName
{
border-color: #E6162B;
}
</style>