Shades of Alizarin #EC1F3F
Tints of Alizarin #EC1F3F
RGB
CMYK
RGB Variations
Color information
#EC1F3F (or 0xEC1F3F) is known color: Alizarin. HEX triplet: EC, 1F and 3F. RGB value is (236,31,63). Sum of RGB (Red+Green+Blue) = 236+31+63=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F3F is #13E0C0. Grayscale: #606060. Windows color (decimal): -1302721 or 4136940. OLE color: 4136940.
HSL color Cylindrical-coordinate representation of color #EC1F3F: hue angle of 350.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1F3F is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 63 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.07 |
| HSL | 350.63º | 0.84% | 0.52% | - |
| HSV(B) | 350.63º | 0.87% | 0.93% | - |
| XYZ | 35.98 | 19.17 | 6.51 | - |
| YUV | 95.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 63 | 0 | 0.87 | 0.73 | 0.07 | 350.63 | 0.84 | 0.52 |
| Hex | EC | 1F | 3F | 0 | 57 | 49 | 7 | 15F | 54 | 34 |
| Octal | 354 | 37 | 77 | 0 | 127 | 111 | 7 | 537 | 124 | 64 |
| Binary | 11101100 | 11111 | 111111 | 0 | 1010111 | 1001001 | 111 | 101011111 | 1010100 | 110100 |
Color Harmonies of #EC1F3F
Complementary color
Monochromatic Colors of #EC1F3F
Black with #EC1F3F
Text Example
Text Example
White with #EC1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F3F; }
p { color: rgb(236,31,63); }
H1.HeaderClassName
{
color: #EC1F3F;
}
.AnyTagClassName
{
color: #EC1F3F;
}
</style>
background-color css
<style>
a { background-color: #EC1F3F; }
a { background-color: rgb(236,31,63); }
div.DivClassName
{
background-color: #EC1F3F;
}
.BgClassName
{
background-color: #EC1F3F;
}
</style>
border-color css
<style>
span { border-color: #EC1F3F; }
span { border-color: rgb(236,31,63); }
td.TdClassName
{
border-color: #EC1F3F;
}
.TagClassName
{
border-color: #EC1F3F;
}
</style>