Shades of Alizarin #EC3334
Tints of Alizarin #EC3334
RGB
CMYK
RGB Variations
Color information
#EC3334 (or 0xEC3334) is known color: Alizarin. HEX triplet: EC, 33 and 34. RGB value is (236,51,52). Sum of RGB (Red+Green+Blue) = 236+51+52=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3334 is #13CCCB. Grayscale: #6A6A6A. Windows color (decimal): -1297612 or 3421164. OLE color: 3421164.
HSL color Cylindrical-coordinate representation of color #EC3334: hue angle of 359.68º 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 #EC3334 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 52 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 359.68º | 0.83% | 0.56% | - |
| HSV(B) | 359.68º | 0.78% | 0.93% | - |
| XYZ | 36.4 | 20.45 | 5.28 | - |
| YUV | 106.43 | 97.29 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 52 | 0 | 0.78 | 0.78 | 0.07 | 359.68 | 0.83 | 0.56 |
| Hex | EC | 33 | 34 | 0 | 4E | 4E | 7 | 168 | 53 | 38 |
| Octal | 354 | 63 | 64 | 0 | 116 | 116 | 7 | 550 | 123 | 70 |
| Binary | 11101100 | 110011 | 110100 | 0 | 1001110 | 1001110 | 111 | 101101000 | 1010011 | 111000 |
Color Harmonies of #EC3334
Complementary color
Monochromatic Colors of #EC3334
Black with #EC3334
Text Example
Text Example
White with #EC3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3334; }
p { color: rgb(236,51,52); }
H1.HeaderClassName
{
color: #EC3334;
}
.AnyTagClassName
{
color: #EC3334;
}
</style>
background-color css
<style>
a { background-color: #EC3334; }
a { background-color: rgb(236,51,52); }
div.DivClassName
{
background-color: #EC3334;
}
.BgClassName
{
background-color: #EC3334;
}
</style>
border-color css
<style>
span { border-color: #EC3334; }
span { border-color: rgb(236,51,52); }
td.TdClassName
{
border-color: #EC3334;
}
.TagClassName
{
border-color: #EC3334;
}
</style>