Shades of Alizarin #EC2334
Tints of Alizarin #EC2334
RGB
CMYK
RGB Variations
Color information
#EC2334 (or 0xEC2334) is known color: Alizarin. HEX triplet: EC, 23 and 34. RGB value is (236,35,52). Sum of RGB (Red+Green+Blue) = 236+35+52=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2334 is #13DCCB. Grayscale: #616161. Windows color (decimal): -1301708 or 3417068. OLE color: 3417068.
HSL color Cylindrical-coordinate representation of color #EC2334: hue angle of 354.93º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2334 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 52 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.07 |
| HSL | 354.93º | 0.84% | 0.53% | - |
| HSV(B) | 354.93º | 0.85% | 0.93% | - |
| XYZ | 35.81 | 19.28 | 5.08 | - |
| YUV | 97.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 52 | 0 | 0.85 | 0.78 | 0.07 | 354.93 | 0.84 | 0.53 |
| Hex | EC | 23 | 34 | 0 | 55 | 4E | 7 | 163 | 54 | 35 |
| Octal | 354 | 43 | 64 | 0 | 125 | 116 | 7 | 543 | 124 | 65 |
| Binary | 11101100 | 100011 | 110100 | 0 | 1010101 | 1001110 | 111 | 101100011 | 1010100 | 110101 |
Color Harmonies of #EC2334
Complementary color
Monochromatic Colors of #EC2334
Black with #EC2334
Text Example
Text Example
White with #EC2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2334; }
p { color: rgb(236,35,52); }
H1.HeaderClassName
{
color: #EC2334;
}
.AnyTagClassName
{
color: #EC2334;
}
</style>
background-color css
<style>
a { background-color: #EC2334; }
a { background-color: rgb(236,35,52); }
div.DivClassName
{
background-color: #EC2334;
}
.BgClassName
{
background-color: #EC2334;
}
</style>
border-color css
<style>
span { border-color: #EC2334; }
span { border-color: rgb(236,35,52); }
td.TdClassName
{
border-color: #EC2334;
}
.TagClassName
{
border-color: #EC2334;
}
</style>