Shades of Alizarin #EC313B
Tints of Alizarin #EC313B
RGB
CMYK
RGB Variations
Color information
#EC313B (or 0xEC313B) is known color: Alizarin. HEX triplet: EC, 31 and 3B. RGB value is (236,49,59). Sum of RGB (Red+Green+Blue) = 236+49+59=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC313B is #13CEC4. Grayscale: #6A6A6A. Windows color (decimal): -1298117 or 3879404. OLE color: 3879404.
HSL color Cylindrical-coordinate representation of color #EC313B: hue angle of 356.79º 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 #EC313B is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 59 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.79º | 0.83% | 0.56% | - |
| HSV(B) | 356.79º | 0.79% | 0.93% | - |
| XYZ | 36.48 | 20.35 | 6.14 | - |
| YUV | 106.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 59 | 0 | 0.79 | 0.75 | 0.07 | 356.79 | 0.83 | 0.56 |
| Hex | EC | 31 | 3B | 0 | 4F | 4B | 7 | 165 | 53 | 38 |
| Octal | 354 | 61 | 73 | 0 | 117 | 113 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110001 | 111011 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC313B
Complementary color
Monochromatic Colors of #EC313B
Black with #EC313B
Text Example
Text Example
White with #EC313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC313B; }
p { color: rgb(236,49,59); }
H1.HeaderClassName
{
color: #EC313B;
}
.AnyTagClassName
{
color: #EC313B;
}
</style>
background-color css
<style>
a { background-color: #EC313B; }
a { background-color: rgb(236,49,59); }
div.DivClassName
{
background-color: #EC313B;
}
.BgClassName
{
background-color: #EC313B;
}
</style>
border-color css
<style>
span { border-color: #EC313B; }
span { border-color: rgb(236,49,59); }
td.TdClassName
{
border-color: #EC313B;
}
.TagClassName
{
border-color: #EC313B;
}
</style>