Shades of Alizarin #EC313F
Tints of Alizarin #EC313F
RGB
CMYK
RGB Variations
Color information
#EC313F (or 0xEC313F) is known color: Alizarin. HEX triplet: EC, 31 and 3F. RGB value is (236,49,63). Sum of RGB (Red+Green+Blue) = 236+49+63=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC313F is #13CEC0. Grayscale: #6A6A6A. Windows color (decimal): -1298113 or 4141548. OLE color: 4141548.
HSL color Cylindrical-coordinate representation of color #EC313F: hue angle of 355.51º 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 #EC313F is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 49 | 63 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.07 |
| HSL | 355.51º | 0.83% | 0.56% | - |
| HSV(B) | 355.51º | 0.79% | 0.93% | - |
| XYZ | 36.59 | 20.39 | 6.71 | - |
| YUV | 106.51 | 103.45 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 49 | 63 | 0 | 0.79 | 0.73 | 0.07 | 355.51 | 0.83 | 0.56 |
| Hex | EC | 31 | 3F | 0 | 4F | 49 | 7 | 164 | 53 | 38 |
| Octal | 354 | 61 | 77 | 0 | 117 | 111 | 7 | 544 | 123 | 70 |
| Binary | 11101100 | 110001 | 111111 | 0 | 1001111 | 1001001 | 111 | 101100100 | 1010011 | 111000 |
Color Harmonies of #EC313F
Complementary color
Monochromatic Colors of #EC313F
Black with #EC313F
Text Example
Text Example
White with #EC313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC313F; }
p { color: rgb(236,49,63); }
H1.HeaderClassName
{
color: #EC313F;
}
.AnyTagClassName
{
color: #EC313F;
}
</style>
background-color css
<style>
a { background-color: #EC313F; }
a { background-color: rgb(236,49,63); }
div.DivClassName
{
background-color: #EC313F;
}
.BgClassName
{
background-color: #EC313F;
}
</style>
border-color css
<style>
span { border-color: #EC313F; }
span { border-color: rgb(236,49,63); }
td.TdClassName
{
border-color: #EC313F;
}
.TagClassName
{
border-color: #EC313F;
}
</style>