Shades of Alizarin #EC1622
Tints of Alizarin #EC1622
RGB
CMYK
RGB Variations
Color information
#EC1622 (or 0xEC1622) is known color: Alizarin. HEX triplet: EC, 16 and 22. RGB value is (236,22,34). Sum of RGB (Red+Green+Blue) = 236+22+34=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1622 is #13E9DD. Grayscale: #575757. Windows color (decimal): -1305054 or 2234092. OLE color: 2234092.
HSL color Cylindrical-coordinate representation of color #EC1622: hue angle of 356.64º 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 #EC1622 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 22 | 34 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.07 |
| HSL | 356.64º | 0.85% | 0.51% | - |
| HSV(B) | 356.64º | 0.91% | 0.93% | - |
| XYZ | 35.17 | 18.52 | 3.23 | - |
| YUV | 87.35 | 97.9 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 22 | 34 | 0 | 0.91 | 0.86 | 0.07 | 356.64 | 0.85 | 0.51 |
| Hex | EC | 16 | 22 | 0 | 5B | 56 | 7 | 165 | 55 | 33 |
| Octal | 354 | 26 | 42 | 0 | 133 | 126 | 7 | 545 | 125 | 63 |
| Binary | 11101100 | 10110 | 100010 | 0 | 1011011 | 1010110 | 111 | 101100101 | 1010101 | 110011 |
Color Harmonies of #EC1622
Complementary color
Monochromatic Colors of #EC1622
Black with #EC1622
Text Example
Text Example
White with #EC1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1622; }
p { color: rgb(236,22,34); }
H1.HeaderClassName
{
color: #EC1622;
}
.AnyTagClassName
{
color: #EC1622;
}
</style>
background-color css
<style>
a { background-color: #EC1622; }
a { background-color: rgb(236,22,34); }
div.DivClassName
{
background-color: #EC1622;
}
.BgClassName
{
background-color: #EC1622;
}
</style>
border-color css
<style>
span { border-color: #EC1622; }
span { border-color: rgb(236,22,34); }
td.TdClassName
{
border-color: #EC1622;
}
.TagClassName
{
border-color: #EC1622;
}
</style>