Shades of Alizarin #EC171E
Tints of Alizarin #EC171E
RGB
CMYK
RGB Variations
Color information
#EC171E (or 0xEC171E) is known color: Alizarin. HEX triplet: EC, 17 and 1E. RGB value is (236,23,30). Sum of RGB (Red+Green+Blue) = 236+23+30=289 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.66% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 236 - color contains mainly: red. Hex color #EC171E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC171E is #13E8E1. Grayscale: #575757. Windows color (decimal): -1304802 or 1972204. OLE color: 1972204.
HSL color Cylindrical-coordinate representation of color #EC171E: hue angle of 358.03º 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 #EC171E is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 23 | 30 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.07 |
| HSL | 358.03º | 0.85% | 0.51% | - |
| HSV(B) | 358.03º | 0.9% | 0.93% | - |
| XYZ | 35.13 | 18.54 | 2.96 | - |
| YUV | 87.49 | 95.57 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 23 | 30 | 0 | 0.90 | 0.87 | 0.07 | 358.03 | 0.85 | 0.51 |
| Hex | EC | 17 | 1E | 0 | 5A | 57 | 7 | 166 | 55 | 33 |
| Octal | 354 | 27 | 36 | 0 | 132 | 127 | 7 | 546 | 125 | 63 |
| Binary | 11101100 | 10111 | 11110 | 0 | 1011010 | 1010111 | 111 | 101100110 | 1010101 | 110011 |
Color Harmonies of #EC171E
Complementary color
Monochromatic Colors of #EC171E
Black with #EC171E
Text Example
Text Example
White with #EC171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC171E; }
p { color: rgb(236,23,30); }
H1.HeaderClassName
{
color: #EC171E;
}
.AnyTagClassName
{
color: #EC171E;
}
</style>
background-color css
<style>
a { background-color: #EC171E; }
a { background-color: rgb(236,23,30); }
div.DivClassName
{
background-color: #EC171E;
}
.BgClassName
{
background-color: #EC171E;
}
</style>
border-color css
<style>
span { border-color: #EC171E; }
span { border-color: rgb(236,23,30); }
td.TdClassName
{
border-color: #EC171E;
}
.TagClassName
{
border-color: #EC171E;
}
</style>