Shades of Alizarin #EC1C2F
Tints of Alizarin #EC1C2F
RGB
CMYK
RGB Variations
Color information
#EC1C2F (or 0xEC1C2F) is known color: Alizarin. HEX triplet: EC, 1C and 2F. RGB value is (236,28,47). Sum of RGB (Red+Green+Blue) = 236+28+47=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C2F is #13E3D0. Grayscale: #5C5C5C. Windows color (decimal): -1303505 or 3087596. OLE color: 3087596.
HSL color Cylindrical-coordinate representation of color #EC1C2F: hue angle of 354.52º 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 #EC1C2F is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 47 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.07 |
| HSL | 354.52º | 0.85% | 0.52% | - |
| HSV(B) | 354.52º | 0.88% | 0.93% | - |
| XYZ | 35.52 | 18.87 | 4.46 | - |
| YUV | 92.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 47 | 0 | 0.88 | 0.80 | 0.07 | 354.52 | 0.85 | 0.52 |
| Hex | EC | 1C | 2F | 0 | 58 | 50 | 7 | 163 | 55 | 34 |
| Octal | 354 | 34 | 57 | 0 | 130 | 120 | 7 | 543 | 125 | 64 |
| Binary | 11101100 | 11100 | 101111 | 0 | 1011000 | 1010000 | 111 | 101100011 | 1010101 | 110100 |
Color Harmonies of #EC1C2F
Complementary color
Monochromatic Colors of #EC1C2F
Black with #EC1C2F
Text Example
Text Example
White with #EC1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C2F; }
p { color: rgb(236,28,47); }
H1.HeaderClassName
{
color: #EC1C2F;
}
.AnyTagClassName
{
color: #EC1C2F;
}
</style>
background-color css
<style>
a { background-color: #EC1C2F; }
a { background-color: rgb(236,28,47); }
div.DivClassName
{
background-color: #EC1C2F;
}
.BgClassName
{
background-color: #EC1C2F;
}
</style>
border-color css
<style>
span { border-color: #EC1C2F; }
span { border-color: rgb(236,28,47); }
td.TdClassName
{
border-color: #EC1C2F;
}
.TagClassName
{
border-color: #EC1C2F;
}
</style>