Shades of Alizarin #EC181E
Tints of Alizarin #EC181E
RGB
CMYK
RGB Variations
Color information
#EC181E (or 0xEC181E) is known color: Alizarin. HEX triplet: EC, 18 and 1E. RGB value is (236,24,30). Sum of RGB (Red+Green+Blue) = 236+24+30=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC181E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC181E is #13E7E1. Grayscale: #585858. Windows color (decimal): -1304546 or 1972460. OLE color: 1972460.
HSL color Cylindrical-coordinate representation of color #EC181E: hue angle of 358.3º 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 #EC181E is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 24 | 30 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.07 |
| HSL | 358.3º | 0.85% | 0.51% | - |
| HSV(B) | 358.3º | 0.9% | 0.93% | - |
| XYZ | 35.15 | 18.58 | 2.96 | - |
| YUV | 88.07 | 95.24 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 24 | 30 | 0 | 0.90 | 0.87 | 0.07 | 358.3 | 0.85 | 0.51 |
| Hex | EC | 18 | 1E | 0 | 5A | 57 | 7 | 166 | 55 | 33 |
| Octal | 354 | 30 | 36 | 0 | 132 | 127 | 7 | 546 | 125 | 63 |
| Binary | 11101100 | 11000 | 11110 | 0 | 1011010 | 1010111 | 111 | 101100110 | 1010101 | 110011 |
Color Harmonies of #EC181E
Complementary color
Monochromatic Colors of #EC181E
Black with #EC181E
Text Example
Text Example
White with #EC181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC181E; }
p { color: rgb(236,24,30); }
H1.HeaderClassName
{
color: #EC181E;
}
.AnyTagClassName
{
color: #EC181E;
}
</style>
background-color css
<style>
a { background-color: #EC181E; }
a { background-color: rgb(236,24,30); }
div.DivClassName
{
background-color: #EC181E;
}
.BgClassName
{
background-color: #EC181E;
}
</style>
border-color css
<style>
span { border-color: #EC181E; }
span { border-color: rgb(236,24,30); }
td.TdClassName
{
border-color: #EC181E;
}
.TagClassName
{
border-color: #EC181E;
}
</style>