Shades of Alizarin #EC3336
Tints of Alizarin #EC3336
RGB
CMYK
RGB Variations
Color information
#EC3336 (or 0xEC3336) is known color: Alizarin. HEX triplet: EC, 33 and 36. RGB value is (236,51,54). Sum of RGB (Red+Green+Blue) = 236+51+54=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3336 is #13CCC9. Grayscale: #6A6A6A. Windows color (decimal): -1297610 or 3552236. OLE color: 3552236.
HSL color Cylindrical-coordinate representation of color #EC3336: hue angle of 359.03º 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 #EC3336 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 51 | 54 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.07 |
| HSL | 359.03º | 0.83% | 0.56% | - |
| HSV(B) | 359.03º | 0.78% | 0.93% | - |
| XYZ | 36.44 | 20.47 | 5.52 | - |
| YUV | 106.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 51 | 54 | 0 | 0.78 | 0.77 | 0.07 | 359.03 | 0.83 | 0.56 |
| Hex | EC | 33 | 36 | 0 | 4E | 4D | 7 | 167 | 53 | 38 |
| Octal | 354 | 63 | 66 | 0 | 116 | 115 | 7 | 547 | 123 | 70 |
| Binary | 11101100 | 110011 | 110110 | 0 | 1001110 | 1001101 | 111 | 101100111 | 1010011 | 111000 |
Color Harmonies of #EC3336
Complementary color
Monochromatic Colors of #EC3336
Black with #EC3336
Text Example
Text Example
White with #EC3336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3336; }
p { color: rgb(236,51,54); }
H1.HeaderClassName
{
color: #EC3336;
}
.AnyTagClassName
{
color: #EC3336;
}
</style>
background-color css
<style>
a { background-color: #EC3336; }
a { background-color: rgb(236,51,54); }
div.DivClassName
{
background-color: #EC3336;
}
.BgClassName
{
background-color: #EC3336;
}
</style>
border-color css
<style>
span { border-color: #EC3336; }
span { border-color: rgb(236,51,54); }
td.TdClassName
{
border-color: #EC3336;
}
.TagClassName
{
border-color: #EC3336;
}
</style>