Shades of Alizarin #EC353E
Tints of Alizarin #EC353E
RGB
CMYK
RGB Variations
Color information
#EC353E (or 0xEC353E) is known color: Alizarin. HEX triplet: EC, 35 and 3E. RGB value is (236,53,62). Sum of RGB (Red+Green+Blue) = 236+53+62=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC353E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC353E is #13CAC1. Grayscale: #6C6C6C. Windows color (decimal): -1297090 or 4077036. OLE color: 4077036.
HSL color Cylindrical-coordinate representation of color #EC353E: hue angle of 357.05º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC353E is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 62 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 357.05º | 0.83% | 0.57% | - |
| HSV(B) | 357.05º | 0.78% | 0.93% | - |
| XYZ | 36.73 | 20.73 | 6.62 | - |
| YUV | 108.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 62 | 0 | 0.78 | 0.74 | 0.07 | 357.05 | 0.83 | 0.57 |
| Hex | EC | 35 | 3E | 0 | 4E | 4A | 7 | 165 | 53 | 39 |
| Octal | 354 | 65 | 76 | 0 | 116 | 112 | 7 | 545 | 123 | 71 |
| Binary | 11101100 | 110101 | 111110 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010011 | 111001 |
Color Harmonies of #EC353E
Complementary color
Monochromatic Colors of #EC353E
Black with #EC353E
Text Example
Text Example
White with #EC353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC353E; }
p { color: rgb(236,53,62); }
H1.HeaderClassName
{
color: #EC353E;
}
.AnyTagClassName
{
color: #EC353E;
}
</style>
background-color css
<style>
a { background-color: #EC353E; }
a { background-color: rgb(236,53,62); }
div.DivClassName
{
background-color: #EC353E;
}
.BgClassName
{
background-color: #EC353E;
}
</style>
border-color css
<style>
span { border-color: #EC353E; }
span { border-color: rgb(236,53,62); }
td.TdClassName
{
border-color: #EC353E;
}
.TagClassName
{
border-color: #EC353E;
}
</style>