Shades of Alizarin #EC1D1F
Tints of Alizarin #EC1D1F
RGB
CMYK
RGB Variations
Color information
#EC1D1F (or 0xEC1D1F) is known color: Alizarin. HEX triplet: EC, 1D and 1F. RGB value is (236,29,31). Sum of RGB (Red+Green+Blue) = 236+29+31=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D1F is #13E2E0. Grayscale: #5B5B5B. Windows color (decimal): -1303265 or 2039276. OLE color: 2039276.
HSL color Cylindrical-coordinate representation of color #EC1D1F: hue angle of 359.42º 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 #EC1D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.07 |
| HSL | 359.42º | 0.84% | 0.52% | - |
| HSV(B) | 359.42º | 0.88% | 0.93% | - |
| XYZ | 35.28 | 18.81 | 3.07 | - |
| YUV | 91.12 | 94.08 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 31 | 0 | 0.88 | 0.87 | 0.07 | 359.42 | 0.84 | 0.52 |
| Hex | EC | 1D | 1F | 0 | 58 | 57 | 7 | 167 | 54 | 34 |
| Octal | 354 | 35 | 37 | 0 | 130 | 127 | 7 | 547 | 124 | 64 |
| Binary | 11101100 | 11101 | 11111 | 0 | 1011000 | 1010111 | 111 | 101100111 | 1010100 | 110100 |
Color Harmonies of #EC1D1F
Complementary color
Monochromatic Colors of #EC1D1F
Black with #EC1D1F
Text Example
Text Example
White with #EC1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D1F; }
p { color: rgb(236,29,31); }
H1.HeaderClassName
{
color: #EC1D1F;
}
.AnyTagClassName
{
color: #EC1D1F;
}
</style>
background-color css
<style>
a { background-color: #EC1D1F; }
a { background-color: rgb(236,29,31); }
div.DivClassName
{
background-color: #EC1D1F;
}
.BgClassName
{
background-color: #EC1D1F;
}
</style>
border-color css
<style>
span { border-color: #EC1D1F; }
span { border-color: rgb(236,29,31); }
td.TdClassName
{
border-color: #EC1D1F;
}
.TagClassName
{
border-color: #EC1D1F;
}
</style>