Shades of Alizarin #EC162A
Tints of Alizarin #EC162A
RGB
CMYK
RGB Variations
Color information
#EC162A (or 0xEC162A) is known color: Alizarin. HEX triplet: EC, 16 and 2A. RGB value is (236,22,42). Sum of RGB (Red+Green+Blue) = 236+22+42=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC162A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC162A is #13E9D5. Grayscale: #585858. Windows color (decimal): -1305046 or 2758380. OLE color: 2758380.
HSL color Cylindrical-coordinate representation of color #EC162A: hue angle of 354.39º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC162A is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 42 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.07 |
| HSL | 354.39º | 0.85% | 0.51% | - |
| HSV(B) | 354.39º | 0.91% | 0.93% | - |
| XYZ | 35.3 | 18.57 | 3.92 | - |
| YUV | 88.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 42 | 0 | 0.91 | 0.82 | 0.07 | 354.39 | 0.85 | 0.51 |
| Hex | EC | 16 | 2A | 0 | 5B | 52 | 7 | 162 | 55 | 33 |
| Octal | 354 | 26 | 52 | 0 | 133 | 122 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 10110 | 101010 | 0 | 1011011 | 1010010 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC162A
Complementary color
Monochromatic Colors of #EC162A
Black with #EC162A
Text Example
Text Example
White with #EC162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC162A; }
p { color: rgb(236,22,42); }
H1.HeaderClassName
{
color: #EC162A;
}
.AnyTagClassName
{
color: #EC162A;
}
</style>
background-color css
<style>
a { background-color: #EC162A; }
a { background-color: rgb(236,22,42); }
div.DivClassName
{
background-color: #EC162A;
}
.BgClassName
{
background-color: #EC162A;
}
</style>
border-color css
<style>
span { border-color: #EC162A; }
span { border-color: rgb(236,22,42); }
td.TdClassName
{
border-color: #EC162A;
}
.TagClassName
{
border-color: #EC162A;
}
</style>