Shades of Alizarin #EC162B
Tints of Alizarin #EC162B
RGB
CMYK
RGB Variations
Color information
#EC162B (or 0xEC162B) is known color: Alizarin. HEX triplet: EC, 16 and 2B. RGB value is (236,22,43). Sum of RGB (Red+Green+Blue) = 236+22+43=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC162B is #13E9D4. Grayscale: #585858. Windows color (decimal): -1305045 or 2823916. OLE color: 2823916.
HSL color Cylindrical-coordinate representation of color #EC162B: hue angle of 354.11º 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 #EC162B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.07 |
| HSL | 354.11º | 0.85% | 0.51% | - |
| HSV(B) | 354.11º | 0.91% | 0.93% | - |
| XYZ | 35.32 | 18.58 | 4.01 | - |
| YUV | 88.38 | 102.4 | 233.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 43 | 0 | 0.91 | 0.82 | 0.07 | 354.11 | 0.85 | 0.51 |
| Hex | EC | 16 | 2B | 0 | 5B | 52 | 7 | 162 | 55 | 33 |
| Octal | 354 | 26 | 53 | 0 | 133 | 122 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 10110 | 101011 | 0 | 1011011 | 1010010 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC162B
Complementary color
Monochromatic Colors of #EC162B
Black with #EC162B
Text Example
Text Example
White with #EC162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC162B; }
p { color: rgb(236,22,43); }
H1.HeaderClassName
{
color: #EC162B;
}
.AnyTagClassName
{
color: #EC162B;
}
</style>
background-color css
<style>
a { background-color: #EC162B; }
a { background-color: rgb(236,22,43); }
div.DivClassName
{
background-color: #EC162B;
}
.BgClassName
{
background-color: #EC162B;
}
</style>
border-color css
<style>
span { border-color: #EC162B; }
span { border-color: rgb(236,22,43); }
td.TdClassName
{
border-color: #EC162B;
}
.TagClassName
{
border-color: #EC162B;
}
</style>