Shades of Alizarin #EC162F
Tints of Alizarin #EC162F
RGB
CMYK
RGB Variations
Color information
#EC162F (or 0xEC162F) is known color: Alizarin. HEX triplet: EC, 16 and 2F. RGB value is (236,22,47). Sum of RGB (Red+Green+Blue) = 236+22+47=305 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.38% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 236 - color contains mainly: red. Hex color #EC162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC162F is #13E9D0. Grayscale: #585858. Windows color (decimal): -1305041 or 3086060. OLE color: 3086060.
HSL color Cylindrical-coordinate representation of color #EC162F: hue angle of 352.99º 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 #EC162F is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.07 |
| HSL | 352.99º | 0.85% | 0.51% | - |
| HSV(B) | 352.99º | 0.91% | 0.93% | - |
| XYZ | 35.39 | 18.61 | 4.42 | - |
| YUV | 88.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 47 | 0 | 0.91 | 0.80 | 0.07 | 352.99 | 0.85 | 0.51 |
| Hex | EC | 16 | 2F | 0 | 5B | 50 | 7 | 161 | 55 | 33 |
| Octal | 354 | 26 | 57 | 0 | 133 | 120 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 10110 | 101111 | 0 | 1011011 | 1010000 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC162F
Complementary color
Monochromatic Colors of #EC162F
Black with #EC162F
Text Example
Text Example
White with #EC162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC162F; }
p { color: rgb(236,22,47); }
H1.HeaderClassName
{
color: #EC162F;
}
.AnyTagClassName
{
color: #EC162F;
}
</style>
background-color css
<style>
a { background-color: #EC162F; }
a { background-color: rgb(236,22,47); }
div.DivClassName
{
background-color: #EC162F;
}
.BgClassName
{
background-color: #EC162F;
}
</style>
border-color css
<style>
span { border-color: #EC162F; }
span { border-color: rgb(236,22,47); }
td.TdClassName
{
border-color: #EC162F;
}
.TagClassName
{
border-color: #EC162F;
}
</style>