Shades of Alizarin #EC1C2A
Tints of Alizarin #EC1C2A
RGB
CMYK
RGB Variations
Color information
#EC1C2A (or 0xEC1C2A) is known color: Alizarin. HEX triplet: EC, 1C and 2A. RGB value is (236,28,42). Sum of RGB (Red+Green+Blue) = 236+28+42=306 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.12% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C2A is #13E3D5. Grayscale: #5B5B5B. Windows color (decimal): -1303510 or 2759916. OLE color: 2759916.
HSL color Cylindrical-coordinate representation of color #EC1C2A: hue angle of 355.96º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C2A is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 42 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.07 |
| HSL | 355.96º | 0.85% | 0.52% | - |
| HSV(B) | 355.96º | 0.88% | 0.93% | - |
| XYZ | 35.43 | 18.83 | 3.96 | - |
| YUV | 91.79 | 99.91 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 42 | 0 | 0.88 | 0.82 | 0.07 | 355.96 | 0.85 | 0.52 |
| Hex | EC | 1C | 2A | 0 | 58 | 52 | 7 | 164 | 55 | 34 |
| Octal | 354 | 34 | 52 | 0 | 130 | 122 | 7 | 544 | 125 | 64 |
| Binary | 11101100 | 11100 | 101010 | 0 | 1011000 | 1010010 | 111 | 101100100 | 1010101 | 110100 |
Color Harmonies of #EC1C2A
Complementary color
Monochromatic Colors of #EC1C2A
Black with #EC1C2A
Text Example
Text Example
White with #EC1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C2A; }
p { color: rgb(236,28,42); }
H1.HeaderClassName
{
color: #EC1C2A;
}
.AnyTagClassName
{
color: #EC1C2A;
}
</style>
background-color css
<style>
a { background-color: #EC1C2A; }
a { background-color: rgb(236,28,42); }
div.DivClassName
{
background-color: #EC1C2A;
}
.BgClassName
{
background-color: #EC1C2A;
}
</style>
border-color css
<style>
span { border-color: #EC1C2A; }
span { border-color: rgb(236,28,42); }
td.TdClassName
{
border-color: #EC1C2A;
}
.TagClassName
{
border-color: #EC1C2A;
}
</style>