Shades of Alizarin #EC323C
Tints of Alizarin #EC323C
RGB
CMYK
RGB Variations
Color information
#EC323C (or 0xEC323C) is known color: Alizarin. HEX triplet: EC, 32 and 3C. RGB value is (236,50,60). Sum of RGB (Red+Green+Blue) = 236+50+60=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC323C is #13CDC3. Grayscale: #6A6A6A. Windows color (decimal): -1297860 or 3945196. OLE color: 3945196.
HSL color Cylindrical-coordinate representation of color #EC323C: hue angle of 356.77º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC323C is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 60 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.07 |
| HSL | 356.77º | 0.83% | 0.56% | - |
| HSV(B) | 356.77º | 0.79% | 0.93% | - |
| XYZ | 36.55 | 20.44 | 6.29 | - |
| YUV | 106.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 60 | 0 | 0.79 | 0.75 | 0.07 | 356.77 | 0.83 | 0.56 |
| Hex | EC | 32 | 3C | 0 | 4F | 4B | 7 | 165 | 53 | 38 |
| Octal | 354 | 62 | 74 | 0 | 117 | 113 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110010 | 111100 | 0 | 1001111 | 1001011 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC323C
Complementary color
Monochromatic Colors of #EC323C
Black with #EC323C
Text Example
Text Example
White with #EC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC323C; }
p { color: rgb(236,50,60); }
H1.HeaderClassName
{
color: #EC323C;
}
.AnyTagClassName
{
color: #EC323C;
}
</style>
background-color css
<style>
a { background-color: #EC323C; }
a { background-color: rgb(236,50,60); }
div.DivClassName
{
background-color: #EC323C;
}
.BgClassName
{
background-color: #EC323C;
}
</style>
border-color css
<style>
span { border-color: #EC323C; }
span { border-color: rgb(236,50,60); }
td.TdClassName
{
border-color: #EC323C;
}
.TagClassName
{
border-color: #EC323C;
}
</style>