Shades of Alizarin #EC363C
Tints of Alizarin #EC363C
RGB
CMYK
RGB Variations
Color information
#EC363C (or 0xEC363C) is known color: Alizarin. HEX triplet: EC, 36 and 3C. RGB value is (236,54,60). Sum of RGB (Red+Green+Blue) = 236+54+60=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363C is #13C9C3. Grayscale: #6D6D6D. Windows color (decimal): -1296836 or 3946220. OLE color: 3946220.
HSL color Cylindrical-coordinate representation of color #EC363C: hue angle of 358.02º 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 #EC363C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 60 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.07 |
| HSL | 358.02º | 0.83% | 0.57% | - |
| HSV(B) | 358.02º | 0.77% | 0.93% | - |
| XYZ | 36.73 | 20.8 | 6.35 | - |
| YUV | 109.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 60 | 0 | 0.77 | 0.75 | 0.07 | 358.02 | 0.83 | 0.57 |
| Hex | EC | 36 | 3C | 0 | 4D | 4B | 7 | 166 | 53 | 39 |
| Octal | 354 | 66 | 74 | 0 | 115 | 113 | 7 | 546 | 123 | 71 |
| Binary | 11101100 | 110110 | 111100 | 0 | 1001101 | 1001011 | 111 | 101100110 | 1010011 | 111001 |
Color Harmonies of #EC363C
Complementary color
Monochromatic Colors of #EC363C
Black with #EC363C
Text Example
Text Example
White with #EC363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC363C; }
p { color: rgb(236,54,60); }
H1.HeaderClassName
{
color: #EC363C;
}
.AnyTagClassName
{
color: #EC363C;
}
</style>
background-color css
<style>
a { background-color: #EC363C; }
a { background-color: rgb(236,54,60); }
div.DivClassName
{
background-color: #EC363C;
}
.BgClassName
{
background-color: #EC363C;
}
</style>
border-color css
<style>
span { border-color: #EC363C; }
span { border-color: rgb(236,54,60); }
td.TdClassName
{
border-color: #EC363C;
}
.TagClassName
{
border-color: #EC363C;
}
</style>