Shades of Alizarin #EC3A3C
Tints of Alizarin #EC3A3C
RGB
CMYK
RGB Variations
Color information
#EC3A3C (or 0xEC3A3C) is known color: Alizarin. HEX triplet: EC, 3A and 3C. RGB value is (236,58,60). Sum of RGB (Red+Green+Blue) = 236+58+60=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3A3C is #13C5C3. Grayscale: #6F6F6F. Windows color (decimal): -1295812 or 3947244. OLE color: 3947244.
HSL color Cylindrical-coordinate representation of color #EC3A3C: hue angle of 359.33º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A3C is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 60 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.07 |
| HSL | 359.33º | 0.82% | 0.58% | - |
| HSV(B) | 359.33º | 0.75% | 0.93% | - |
| XYZ | 36.92 | 21.19 | 6.42 | - |
| YUV | 111.45 | 98.97 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 60 | 0 | 0.75 | 0.75 | 0.07 | 359.33 | 0.82 | 0.58 |
| Hex | EC | 3A | 3C | 0 | 4B | 4B | 7 | 167 | 52 | 3A |
| Octal | 354 | 72 | 74 | 0 | 113 | 113 | 7 | 547 | 122 | 72 |
| Binary | 11101100 | 111010 | 111100 | 0 | 1001011 | 1001011 | 111 | 101100111 | 1010010 | 111010 |
Color Harmonies of #EC3A3C
Complementary color
Monochromatic Colors of #EC3A3C
Black with #EC3A3C
Text Example
Text Example
White with #EC3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A3C; }
p { color: rgb(236,58,60); }
H1.HeaderClassName
{
color: #EC3A3C;
}
.AnyTagClassName
{
color: #EC3A3C;
}
</style>
background-color css
<style>
a { background-color: #EC3A3C; }
a { background-color: rgb(236,58,60); }
div.DivClassName
{
background-color: #EC3A3C;
}
.BgClassName
{
background-color: #EC3A3C;
}
</style>
border-color css
<style>
span { border-color: #EC3A3C; }
span { border-color: rgb(236,58,60); }
td.TdClassName
{
border-color: #EC3A3C;
}
.TagClassName
{
border-color: #EC3A3C;
}
</style>