Shades of Alizarin #EC1F40
Tints of Alizarin #EC1F40
RGB
CMYK
RGB Variations
Color information
#EC1F40 (or 0xEC1F40) is known color: Alizarin. HEX triplet: EC, 1F and 40. RGB value is (236,31,64). Sum of RGB (Red+Green+Blue) = 236+31+64=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1F40 is #13E0BF. Grayscale: #606060. Windows color (decimal): -1302720 or 4202476. OLE color: 4202476.
HSL color Cylindrical-coordinate representation of color #EC1F40: hue angle of 350.34º 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 #EC1F40 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 31 | 64 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.07 |
| HSL | 350.34º | 0.84% | 0.52% | - |
| HSV(B) | 350.34º | 0.87% | 0.93% | - |
| XYZ | 36.01 | 19.18 | 6.66 | - |
| YUV | 96.06 | 109.92 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 31 | 64 | 0 | 0.87 | 0.73 | 0.07 | 350.34 | 0.84 | 0.52 |
| Hex | EC | 1F | 40 | 0 | 57 | 49 | 7 | 15E | 54 | 34 |
| Octal | 354 | 37 | 100 | 0 | 127 | 111 | 7 | 536 | 124 | 64 |
| Binary | 11101100 | 11111 | 1000000 | 0 | 1010111 | 1001001 | 111 | 101011110 | 1010100 | 110100 |
Color Harmonies of #EC1F40
Complementary color
Monochromatic Colors of #EC1F40
Black with #EC1F40
Text Example
Text Example
White with #EC1F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1F40; }
p { color: rgb(236,31,64); }
H1.HeaderClassName
{
color: #EC1F40;
}
.AnyTagClassName
{
color: #EC1F40;
}
</style>
background-color css
<style>
a { background-color: #EC1F40; }
a { background-color: rgb(236,31,64); }
div.DivClassName
{
background-color: #EC1F40;
}
.BgClassName
{
background-color: #EC1F40;
}
</style>
border-color css
<style>
span { border-color: #EC1F40; }
span { border-color: rgb(236,31,64); }
td.TdClassName
{
border-color: #EC1F40;
}
.TagClassName
{
border-color: #EC1F40;
}
</style>