Shades of Alizarin #EC363F
Tints of Alizarin #EC363F
RGB
CMYK
RGB Variations
Color information
#EC363F (or 0xEC363F) is known color: Alizarin. HEX triplet: EC, 36 and 3F. RGB value is (236,54,63). Sum of RGB (Red+Green+Blue) = 236+54+63=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363F is #13C9C0. Grayscale: #6D6D6D. Windows color (decimal): -1296833 or 4142828. OLE color: 4142828.
HSL color Cylindrical-coordinate representation of color #EC363F: hue angle of 357.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC363F is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 63 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.07 |
| HSL | 357.03º | 0.83% | 0.57% | - |
| HSV(B) | 357.03º | 0.77% | 0.93% | - |
| XYZ | 36.81 | 20.83 | 6.78 | - |
| YUV | 109.44 | 101.8 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 63 | 0 | 0.77 | 0.73 | 0.07 | 357.03 | 0.83 | 0.57 |
| Hex | EC | 36 | 3F | 0 | 4D | 49 | 7 | 165 | 53 | 39 |
| Octal | 354 | 66 | 77 | 0 | 115 | 111 | 7 | 545 | 123 | 71 |
| Binary | 11101100 | 110110 | 111111 | 0 | 1001101 | 1001001 | 111 | 101100101 | 1010011 | 111001 |
Color Harmonies of #EC363F
Complementary color
Monochromatic Colors of #EC363F
Black with #EC363F
Text Example
Text Example
White with #EC363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC363F; }
p { color: rgb(236,54,63); }
H1.HeaderClassName
{
color: #EC363F;
}
.AnyTagClassName
{
color: #EC363F;
}
</style>
background-color css
<style>
a { background-color: #EC363F; }
a { background-color: rgb(236,54,63); }
div.DivClassName
{
background-color: #EC363F;
}
.BgClassName
{
background-color: #EC363F;
}
</style>
border-color css
<style>
span { border-color: #EC363F; }
span { border-color: rgb(236,54,63); }
td.TdClassName
{
border-color: #EC363F;
}
.TagClassName
{
border-color: #EC363F;
}
</style>