Shades of Alizarin #EC1C1D
Tints of Alizarin #EC1C1D
RGB
CMYK
RGB Variations
Color information
#EC1C1D (or 0xEC1C1D) is known color: Alizarin. HEX triplet: EC, 1C and 1D. RGB value is (236,28,29). Sum of RGB (Red+Green+Blue) = 236+28+29=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C1D is #13E3E2. Grayscale: #5A5A5A. Windows color (decimal): -1303523 or 1907948. OLE color: 1907948.
HSL color Cylindrical-coordinate representation of color #EC1C1D: hue angle of 359.71º 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 #EC1C1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.07 |
| HSL | 359.71º | 0.85% | 0.52% | - |
| HSV(B) | 359.71º | 0.88% | 0.93% | - |
| XYZ | 35.23 | 18.75 | 2.93 | - |
| YUV | 90.31 | 93.41 | 231.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 29 | 0 | 0.88 | 0.88 | 0.07 | 359.71 | 0.85 | 0.52 |
| Hex | EC | 1C | 1D | 0 | 58 | 58 | 7 | 168 | 55 | 34 |
| Octal | 354 | 34 | 35 | 0 | 130 | 130 | 7 | 550 | 125 | 64 |
| Binary | 11101100 | 11100 | 11101 | 0 | 1011000 | 1011000 | 111 | 101101000 | 1010101 | 110100 |
Color Harmonies of #EC1C1D
Complementary color
Monochromatic Colors of #EC1C1D
Black with #EC1C1D
Text Example
Text Example
White with #EC1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C1D; }
p { color: rgb(236,28,29); }
H1.HeaderClassName
{
color: #EC1C1D;
}
.AnyTagClassName
{
color: #EC1C1D;
}
</style>
background-color css
<style>
a { background-color: #EC1C1D; }
a { background-color: rgb(236,28,29); }
div.DivClassName
{
background-color: #EC1C1D;
}
.BgClassName
{
background-color: #EC1C1D;
}
</style>
border-color css
<style>
span { border-color: #EC1C1D; }
span { border-color: rgb(236,28,29); }
td.TdClassName
{
border-color: #EC1C1D;
}
.TagClassName
{
border-color: #EC1C1D;
}
</style>