Shades of Alizarin #EC1B35
Tints of Alizarin #EC1B35
RGB
CMYK
RGB Variations
Color information
#EC1B35 (or 0xEC1B35) is known color: Alizarin. HEX triplet: EC, 1B and 35. RGB value is (236,27,53). Sum of RGB (Red+Green+Blue) = 236+27+53=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B35 is #13E4CA. Grayscale: #5C5C5C. Windows color (decimal): -1303755 or 3480556. OLE color: 3480556.
HSL color Cylindrical-coordinate representation of color #EC1B35: hue angle of 352.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1B35 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 27 | 53 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.07 |
| HSL | 352.54º | 0.85% | 0.52% | - |
| HSV(B) | 352.54º | 0.89% | 0.93% | - |
| XYZ | 35.63 | 18.87 | 5.13 | - |
| YUV | 92.46 | 105.74 | 230.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 27 | 53 | 0 | 0.89 | 0.78 | 0.07 | 352.54 | 0.85 | 0.52 |
| Hex | EC | 1B | 35 | 0 | 59 | 4E | 7 | 161 | 55 | 34 |
| Octal | 354 | 33 | 65 | 0 | 131 | 116 | 7 | 541 | 125 | 64 |
| Binary | 11101100 | 11011 | 110101 | 0 | 1011001 | 1001110 | 111 | 101100001 | 1010101 | 110100 |
Color Harmonies of #EC1B35
Complementary color
Monochromatic Colors of #EC1B35
Black with #EC1B35
Text Example
Text Example
White with #EC1B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1B35; }
p { color: rgb(236,27,53); }
H1.HeaderClassName
{
color: #EC1B35;
}
.AnyTagClassName
{
color: #EC1B35;
}
</style>
background-color css
<style>
a { background-color: #EC1B35; }
a { background-color: rgb(236,27,53); }
div.DivClassName
{
background-color: #EC1B35;
}
.BgClassName
{
background-color: #EC1B35;
}
</style>
border-color css
<style>
span { border-color: #EC1B35; }
span { border-color: rgb(236,27,53); }
td.TdClassName
{
border-color: #EC1B35;
}
.TagClassName
{
border-color: #EC1B35;
}
</style>