Shades of Alizarin #EC313C
Tints of Alizarin #EC313C
RGB
CMYK
RGB Variations
Color information
#EC313C (or 0xEC313C) is known color: Alizarin. HEX triplet: EC, 31 and 3C. RGB value is (236,49,60). Sum of RGB (Red+Green+Blue) = 236+49+60=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC313C is #13CEC3. Grayscale: #6A6A6A. Windows color (decimal): -1298116 or 3944940. OLE color: 3944940.
HSL color Cylindrical-coordinate representation of color #EC313C: hue angle of 356.47º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC313C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.47º | 0.83% | 0.56% | - |
| HSV(B) | 356.47º | 0.79% | 0.93% | - |
| XYZ | 36.51 | 20.36 | 6.28 | - |
| YUV | 106.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 60 | 0 | 0.79 | 0.75 | 0.07 | 356.47 | 0.83 | 0.56 |
| Hex | EC | 31 | 3C | 0 | 4F | 4B | 7 | 164 | 53 | 38 |
| Octal | 354 | 61 | 74 | 0 | 117 | 113 | 7 | 544 | 123 | 70 |
| Binary | 11101100 | 110001 | 111100 | 0 | 1001111 | 1001011 | 111 | 101100100 | 1010011 | 111000 |
Color Harmonies of #EC313C
Complementary color
Monochromatic Colors of #EC313C
Black with #EC313C
Text Example
Text Example
White with #EC313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC313C; }
p { color: rgb(236,49,60); }
H1.HeaderClassName
{
color: #EC313C;
}
.AnyTagClassName
{
color: #EC313C;
}
</style>
background-color css
<style>
a { background-color: #EC313C; }
a { background-color: rgb(236,49,60); }
div.DivClassName
{
background-color: #EC313C;
}
.BgClassName
{
background-color: #EC313C;
}
</style>
border-color css
<style>
span { border-color: #EC313C; }
span { border-color: rgb(236,49,60); }
td.TdClassName
{
border-color: #EC313C;
}
.TagClassName
{
border-color: #EC313C;
}
</style>