Shades of Alizarin #EC353A
Tints of Alizarin #EC353A
RGB
CMYK
RGB Variations
Color information
#EC353A (or 0xEC353A) is known color: Alizarin. HEX triplet: EC, 35 and 3A. RGB value is (236,53,58). Sum of RGB (Red+Green+Blue) = 236+53+58=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 58 (23.05% from 255 or 16.71% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC353A is #13CAC5. Grayscale: #6C6C6C. Windows color (decimal): -1297094 or 3814892. OLE color: 3814892.
HSL color Cylindrical-coordinate representation of color #EC353A: hue angle of 358.36º 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 #EC353A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 53 | 58 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 358.36º | 0.83% | 0.57% | - |
| HSV(B) | 358.36º | 0.78% | 0.93% | - |
| XYZ | 36.63 | 20.68 | 6.06 | - |
| YUV | 108.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 53 | 58 | 0 | 0.78 | 0.75 | 0.07 | 358.36 | 0.83 | 0.57 |
| Hex | EC | 35 | 3A | 0 | 4E | 4B | 7 | 166 | 53 | 39 |
| Octal | 354 | 65 | 72 | 0 | 116 | 113 | 7 | 546 | 123 | 71 |
| Binary | 11101100 | 110101 | 111010 | 0 | 1001110 | 1001011 | 111 | 101100110 | 1010011 | 111001 |
Color Harmonies of #EC353A
Complementary color
Monochromatic Colors of #EC353A
Black with #EC353A
Text Example
Text Example
White with #EC353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC353A; }
p { color: rgb(236,53,58); }
H1.HeaderClassName
{
color: #EC353A;
}
.AnyTagClassName
{
color: #EC353A;
}
</style>
background-color css
<style>
a { background-color: #EC353A; }
a { background-color: rgb(236,53,58); }
div.DivClassName
{
background-color: #EC353A;
}
.BgClassName
{
background-color: #EC353A;
}
</style>
border-color css
<style>
span { border-color: #EC353A; }
span { border-color: rgb(236,53,58); }
td.TdClassName
{
border-color: #EC353A;
}
.TagClassName
{
border-color: #EC353A;
}
</style>