Shades of Alizarin #EC2534
Tints of Alizarin #EC2534
RGB
CMYK
RGB Variations
Color information
#EC2534 (or 0xEC2534) is known color: Alizarin. HEX triplet: EC, 25 and 34. RGB value is (236,37,52). Sum of RGB (Red+Green+Blue) = 236+37+52=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2534 is #13DACB. Grayscale: #626262. Windows color (decimal): -1301196 or 3417580. OLE color: 3417580.
HSL color Cylindrical-coordinate representation of color #EC2534: hue angle of 355.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2534 is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 37 | 52 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.07 |
| HSL | 355.48º | 0.84% | 0.54% | - |
| HSV(B) | 355.48º | 0.84% | 0.93% | - |
| XYZ | 35.87 | 19.4 | 5.1 | - |
| YUV | 98.21 | 101.93 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 37 | 52 | 0 | 0.84 | 0.78 | 0.07 | 355.48 | 0.84 | 0.54 |
| Hex | EC | 25 | 34 | 0 | 54 | 4E | 7 | 163 | 54 | 36 |
| Octal | 354 | 45 | 64 | 0 | 124 | 116 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 100101 | 110100 | 0 | 1010100 | 1001110 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2534
Complementary color
Monochromatic Colors of #EC2534
Black with #EC2534
Text Example
Text Example
White with #EC2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2534; }
p { color: rgb(236,37,52); }
H1.HeaderClassName
{
color: #EC2534;
}
.AnyTagClassName
{
color: #EC2534;
}
</style>
background-color css
<style>
a { background-color: #EC2534; }
a { background-color: rgb(236,37,52); }
div.DivClassName
{
background-color: #EC2534;
}
.BgClassName
{
background-color: #EC2534;
}
</style>
border-color css
<style>
span { border-color: #EC2534; }
span { border-color: rgb(236,37,52); }
td.TdClassName
{
border-color: #EC2534;
}
.TagClassName
{
border-color: #EC2534;
}
</style>