Shades of Alizarin #EC1C1F
Tints of Alizarin #EC1C1F
RGB
CMYK
RGB Variations
Color information
#EC1C1F (or 0xEC1C1F) is known color: Alizarin. HEX triplet: EC, 1C and 1F. RGB value is (236,28,31). Sum of RGB (Red+Green+Blue) = 236+28+31=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C1F is #13E3E0. Grayscale: #5A5A5A. Windows color (decimal): -1303521 or 2039020. OLE color: 2039020.
HSL color Cylindrical-coordinate representation of color #EC1C1F: hue angle of 359.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.07 |
| HSL | 359.13º | 0.85% | 0.52% | - |
| HSV(B) | 359.13º | 0.88% | 0.93% | - |
| XYZ | 35.25 | 18.76 | 3.06 | - |
| YUV | 90.53 | 94.41 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 31 | 0 | 0.88 | 0.87 | 0.07 | 359.13 | 0.85 | 0.52 |
| Hex | EC | 1C | 1F | 0 | 58 | 57 | 7 | 167 | 55 | 34 |
| Octal | 354 | 34 | 37 | 0 | 130 | 127 | 7 | 547 | 125 | 64 |
| Binary | 11101100 | 11100 | 11111 | 0 | 1011000 | 1010111 | 111 | 101100111 | 1010101 | 110100 |
Color Harmonies of #EC1C1F
Complementary color
Monochromatic Colors of #EC1C1F
Black with #EC1C1F
Text Example
Text Example
White with #EC1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C1F; }
p { color: rgb(236,28,31); }
H1.HeaderClassName
{
color: #EC1C1F;
}
.AnyTagClassName
{
color: #EC1C1F;
}
</style>
background-color css
<style>
a { background-color: #EC1C1F; }
a { background-color: rgb(236,28,31); }
div.DivClassName
{
background-color: #EC1C1F;
}
.BgClassName
{
background-color: #EC1C1F;
}
</style>
border-color css
<style>
span { border-color: #EC1C1F; }
span { border-color: rgb(236,28,31); }
td.TdClassName
{
border-color: #EC1C1F;
}
.TagClassName
{
border-color: #EC1C1F;
}
</style>