Shades of Alizarin #EC1D1E
Tints of Alizarin #EC1D1E
RGB
CMYK
RGB Variations
Color information
#EC1D1E (or 0xEC1D1E) is known color: Alizarin. HEX triplet: EC, 1D and 1E. RGB value is (236,29,30). Sum of RGB (Red+Green+Blue) = 236+29+30=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D1E is #13E2E1. Grayscale: #5B5B5B. Windows color (decimal): -1303266 or 1973740. OLE color: 1973740.
HSL color Cylindrical-coordinate representation of color #EC1D1E: hue angle of 359.71º degrees, saturation: 0.84, 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 #EC1D1E is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 30 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.07 |
| HSL | 359.71º | 0.84% | 0.52% | - |
| HSV(B) | 359.71º | 0.88% | 0.93% | - |
| XYZ | 35.27 | 18.81 | 3 | - |
| YUV | 91.01 | 93.58 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 30 | 0 | 0.88 | 0.87 | 0.07 | 359.71 | 0.84 | 0.52 |
| Hex | EC | 1D | 1E | 0 | 58 | 57 | 7 | 168 | 54 | 34 |
| Octal | 354 | 35 | 36 | 0 | 130 | 127 | 7 | 550 | 124 | 64 |
| Binary | 11101100 | 11101 | 11110 | 0 | 1011000 | 1010111 | 111 | 101101000 | 1010100 | 110100 |
Color Harmonies of #EC1D1E
Complementary color
Monochromatic Colors of #EC1D1E
Black with #EC1D1E
Text Example
Text Example
White with #EC1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D1E; }
p { color: rgb(236,29,30); }
H1.HeaderClassName
{
color: #EC1D1E;
}
.AnyTagClassName
{
color: #EC1D1E;
}
</style>
background-color css
<style>
a { background-color: #EC1D1E; }
a { background-color: rgb(236,29,30); }
div.DivClassName
{
background-color: #EC1D1E;
}
.BgClassName
{
background-color: #EC1D1E;
}
</style>
border-color css
<style>
span { border-color: #EC1D1E; }
span { border-color: rgb(236,29,30); }
td.TdClassName
{
border-color: #EC1D1E;
}
.TagClassName
{
border-color: #EC1D1E;
}
</style>