Shades of Alizarin #EC172F
Tints of Alizarin #EC172F
RGB
CMYK
RGB Variations
Color information
#EC172F (or 0xEC172F) is known color: Alizarin. HEX triplet: EC, 17 and 2F. RGB value is (236,23,47). Sum of RGB (Red+Green+Blue) = 236+23+47=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC172F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC172F is #13E8D0. Grayscale: #595959. Windows color (decimal): -1304785 or 3086316. OLE color: 3086316.
HSL color Cylindrical-coordinate representation of color #EC172F: hue angle of 353.24º 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 #EC172F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.07 |
| HSL | 353.24º | 0.85% | 0.51% | - |
| HSV(B) | 353.24º | 0.9% | 0.93% | - |
| XYZ | 35.41 | 18.65 | 4.42 | - |
| YUV | 89.42 | 104.07 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 47 | 0 | 0.90 | 0.80 | 0.07 | 353.24 | 0.85 | 0.51 |
| Hex | EC | 17 | 2F | 0 | 5A | 50 | 7 | 161 | 55 | 33 |
| Octal | 354 | 27 | 57 | 0 | 132 | 120 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 10111 | 101111 | 0 | 1011010 | 1010000 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC172F
Complementary color
Monochromatic Colors of #EC172F
Black with #EC172F
Text Example
Text Example
White with #EC172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC172F; }
p { color: rgb(236,23,47); }
H1.HeaderClassName
{
color: #EC172F;
}
.AnyTagClassName
{
color: #EC172F;
}
</style>
background-color css
<style>
a { background-color: #EC172F; }
a { background-color: rgb(236,23,47); }
div.DivClassName
{
background-color: #EC172F;
}
.BgClassName
{
background-color: #EC172F;
}
</style>
border-color css
<style>
span { border-color: #EC172F; }
span { border-color: rgb(236,23,47); }
td.TdClassName
{
border-color: #EC172F;
}
.TagClassName
{
border-color: #EC172F;
}
</style>