Shades of Alizarin #E6162D
Tints of Alizarin #E6162D
RGB
CMYK
RGB Variations
Color information
#E6162D (or 0xE6162D) is known color: Alizarin. HEX triplet: E6, 16 and 2D. RGB value is (230,22,45). Sum of RGB (Red+Green+Blue) = 230+22+45=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E6162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6162D is #19E9D2. Grayscale: #565656. Windows color (decimal): -1698259 or 2954982. OLE color: 2954982.
HSL color Cylindrical-coordinate representation of color #E6162D: hue angle of 353.37º 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 #E6162D is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 45 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.10 |
| HSL | 353.37º | 0.83% | 0.49% | - |
| HSV(B) | 353.37º | 0.9% | 0.9% | - |
| XYZ | 33.39 | 17.59 | 4.12 | - |
| YUV | 86.81 | 104.41 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 45 | 0 | 0.90 | 0.80 | 0.10 | 353.37 | 0.83 | 0.49 |
| Hex | E6 | 16 | 2D | 0 | 5A | 50 | A | 161 | 53 | 31 |
| Octal | 346 | 26 | 55 | 0 | 132 | 120 | 12 | 541 | 123 | 61 |
| Binary | 11100110 | 10110 | 101101 | 0 | 1011010 | 1010000 | 1010 | 101100001 | 1010011 | 110001 |
Color Harmonies of #E6162D
Complementary color
Monochromatic Colors of #E6162D
Black with #E6162D
Text Example
Text Example
White with #E6162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6162D; }
p { color: rgb(230,22,45); }
H1.HeaderClassName
{
color: #E6162D;
}
.AnyTagClassName
{
color: #E6162D;
}
</style>
background-color css
<style>
a { background-color: #E6162D; }
a { background-color: rgb(230,22,45); }
div.DivClassName
{
background-color: #E6162D;
}
.BgClassName
{
background-color: #E6162D;
}
</style>
border-color css
<style>
span { border-color: #E6162D; }
span { border-color: rgb(230,22,45); }
td.TdClassName
{
border-color: #E6162D;
}
.TagClassName
{
border-color: #E6162D;
}
</style>