Shades of Alizarin #EC172B
Tints of Alizarin #EC172B
RGB
CMYK
RGB Variations
Color information
#EC172B (or 0xEC172B) is known color: Alizarin. HEX triplet: EC, 17 and 2B. RGB value is (236,23,43). Sum of RGB (Red+Green+Blue) = 236+23+43=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC172B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC172B is #13E8D4. Grayscale: #595959. Windows color (decimal): -1304789 or 2824172. OLE color: 2824172.
HSL color Cylindrical-coordinate representation of color #EC172B: hue angle of 354.37º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC172B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.07 |
| HSL | 354.37º | 0.85% | 0.51% | - |
| HSV(B) | 354.37º | 0.9% | 0.93% | - |
| XYZ | 35.33 | 18.62 | 4.02 | - |
| YUV | 88.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 43 | 0 | 0.90 | 0.82 | 0.07 | 354.37 | 0.85 | 0.51 |
| Hex | EC | 17 | 2B | 0 | 5A | 52 | 7 | 162 | 55 | 33 |
| Octal | 354 | 27 | 53 | 0 | 132 | 122 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 10111 | 101011 | 0 | 1011010 | 1010010 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC172B
Complementary color
Monochromatic Colors of #EC172B
Black with #EC172B
Text Example
Text Example
White with #EC172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC172B; }
p { color: rgb(236,23,43); }
H1.HeaderClassName
{
color: #EC172B;
}
.AnyTagClassName
{
color: #EC172B;
}
</style>
background-color css
<style>
a { background-color: #EC172B; }
a { background-color: rgb(236,23,43); }
div.DivClassName
{
background-color: #EC172B;
}
.BgClassName
{
background-color: #EC172B;
}
</style>
border-color css
<style>
span { border-color: #EC172B; }
span { border-color: rgb(236,23,43); }
td.TdClassName
{
border-color: #EC172B;
}
.TagClassName
{
border-color: #EC172B;
}
</style>