Shades of Alizarin #EC363E
Tints of Alizarin #EC363E
RGB
CMYK
RGB Variations
Color information
#EC363E (or 0xEC363E) is known color: Alizarin. HEX triplet: EC, 36 and 3E. RGB value is (236,54,62). Sum of RGB (Red+Green+Blue) = 236+54+62=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363E is #13C9C1. Grayscale: #6D6D6D. Windows color (decimal): -1296834 or 4077292. OLE color: 4077292.
HSL color Cylindrical-coordinate representation of color #EC363E: hue angle of 357.36º 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 #EC363E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 62 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.07 |
| HSL | 357.36º | 0.83% | 0.57% | - |
| HSV(B) | 357.36º | 0.77% | 0.93% | - |
| XYZ | 36.78 | 20.82 | 6.64 | - |
| YUV | 109.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 62 | 0 | 0.77 | 0.74 | 0.07 | 357.36 | 0.83 | 0.57 |
| Hex | EC | 36 | 3E | 0 | 4D | 4A | 7 | 165 | 53 | 39 |
| Octal | 354 | 66 | 76 | 0 | 115 | 112 | 7 | 545 | 123 | 71 |
| Binary | 11101100 | 110110 | 111110 | 0 | 1001101 | 1001010 | 111 | 101100101 | 1010011 | 111001 |
Color Harmonies of #EC363E
Complementary color
Monochromatic Colors of #EC363E
Black with #EC363E
Text Example
Text Example
White with #EC363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC363E; }
p { color: rgb(236,54,62); }
H1.HeaderClassName
{
color: #EC363E;
}
.AnyTagClassName
{
color: #EC363E;
}
</style>
background-color css
<style>
a { background-color: #EC363E; }
a { background-color: rgb(236,54,62); }
div.DivClassName
{
background-color: #EC363E;
}
.BgClassName
{
background-color: #EC363E;
}
</style>
border-color css
<style>
span { border-color: #EC363E; }
span { border-color: rgb(236,54,62); }
td.TdClassName
{
border-color: #EC363E;
}
.TagClassName
{
border-color: #EC363E;
}
</style>