Shades of Alizarin #EC333C
Tints of Alizarin #EC333C
RGB
CMYK
RGB Variations
Color information
#EC333C (or 0xEC333C) is known color: Alizarin. HEX triplet: EC, 33 and 3C. RGB value is (236,51,60). Sum of RGB (Red+Green+Blue) = 236+51+60=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC333C is #13CCC3. Grayscale: #6B6B6B. Windows color (decimal): -1297604 or 3945452. OLE color: 3945452.
HSL color Cylindrical-coordinate representation of color #EC333C: hue angle of 357.08º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC333C is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 60 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 357.08º | 0.83% | 0.56% | - |
| HSV(B) | 357.08º | 0.78% | 0.93% | - |
| XYZ | 36.59 | 20.53 | 6.31 | - |
| YUV | 107.34 | 101.29 | 219.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 60 | 0 | 0.78 | 0.75 | 0.07 | 357.08 | 0.83 | 0.56 |
| Hex | EC | 33 | 3C | 0 | 4E | 4B | 7 | 165 | 53 | 38 |
| Octal | 354 | 63 | 74 | 0 | 116 | 113 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110011 | 111100 | 0 | 1001110 | 1001011 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC333C
Complementary color
Monochromatic Colors of #EC333C
Black with #EC333C
Text Example
Text Example
White with #EC333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC333C; }
p { color: rgb(236,51,60); }
H1.HeaderClassName
{
color: #EC333C;
}
.AnyTagClassName
{
color: #EC333C;
}
</style>
background-color css
<style>
a { background-color: #EC333C; }
a { background-color: rgb(236,51,60); }
div.DivClassName
{
background-color: #EC333C;
}
.BgClassName
{
background-color: #EC333C;
}
</style>
border-color css
<style>
span { border-color: #EC333C; }
span { border-color: rgb(236,51,60); }
td.TdClassName
{
border-color: #EC333C;
}
.TagClassName
{
border-color: #EC333C;
}
</style>