Shades of Alizarin #EC1A2F
Tints of Alizarin #EC1A2F
RGB
CMYK
RGB Variations
Color information
#EC1A2F (or 0xEC1A2F) is known color: Alizarin. HEX triplet: EC, 1A and 2F. RGB value is (236,26,47). Sum of RGB (Red+Green+Blue) = 236+26+47=309 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.38% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A2F is #13E5D0. Grayscale: #5B5B5B. Windows color (decimal): -1304017 or 3087084. OLE color: 3087084.
HSL color Cylindrical-coordinate representation of color #EC1A2F: hue angle of 354º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC1A2F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 47 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.07 |
| HSL | 354º | 0.85% | 0.51% | - |
| HSV(B) | 354º | 0.89% | 0.93% | - |
| XYZ | 35.47 | 18.78 | 4.44 | - |
| YUV | 91.18 | 103.07 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 47 | 0 | 0.89 | 0.80 | 0.07 | 354 | 0.85 | 0.51 |
| Hex | EC | 1A | 2F | 0 | 59 | 50 | 7 | 162 | 55 | 33 |
| Octal | 354 | 32 | 57 | 0 | 131 | 120 | 7 | 542 | 125 | 63 |
| Binary | 11101100 | 11010 | 101111 | 0 | 1011001 | 1010000 | 111 | 101100010 | 1010101 | 110011 |
Color Harmonies of #EC1A2F
Complementary color
Monochromatic Colors of #EC1A2F
Black with #EC1A2F
Text Example
Text Example
White with #EC1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A2F; }
p { color: rgb(236,26,47); }
H1.HeaderClassName
{
color: #EC1A2F;
}
.AnyTagClassName
{
color: #EC1A2F;
}
</style>
background-color css
<style>
a { background-color: #EC1A2F; }
a { background-color: rgb(236,26,47); }
div.DivClassName
{
background-color: #EC1A2F;
}
.BgClassName
{
background-color: #EC1A2F;
}
</style>
border-color css
<style>
span { border-color: #EC1A2F; }
span { border-color: rgb(236,26,47); }
td.TdClassName
{
border-color: #EC1A2F;
}
.TagClassName
{
border-color: #EC1A2F;
}
</style>