Shades of Alizarin #EC1A31
Tints of Alizarin #EC1A31
RGB
CMYK
RGB Variations
Color information
#EC1A31 (or 0xEC1A31) is known color: Alizarin. HEX triplet: EC, 1A and 31. RGB value is (236,26,49). Sum of RGB (Red+Green+Blue) = 236+26+49=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A31 is #13E5CE. Grayscale: #5B5B5B. Windows color (decimal): -1304015 or 3218156. OLE color: 3218156.
HSL color Cylindrical-coordinate representation of color #EC1A31: hue angle of 353.43º 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 #EC1A31 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 26 | 49 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.07 |
| HSL | 353.43º | 0.85% | 0.51% | - |
| HSV(B) | 353.43º | 0.89% | 0.93% | - |
| XYZ | 35.52 | 18.79 | 4.66 | - |
| YUV | 91.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 26 | 49 | 0 | 0.89 | 0.79 | 0.07 | 353.43 | 0.85 | 0.51 |
| Hex | EC | 1A | 31 | 0 | 59 | 4F | 7 | 161 | 55 | 33 |
| Octal | 354 | 32 | 61 | 0 | 131 | 117 | 7 | 541 | 125 | 63 |
| Binary | 11101100 | 11010 | 110001 | 0 | 1011001 | 1001111 | 111 | 101100001 | 1010101 | 110011 |
Color Harmonies of #EC1A31
Complementary color
Monochromatic Colors of #EC1A31
Black with #EC1A31
Text Example
Text Example
White with #EC1A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1A31; }
p { color: rgb(236,26,49); }
H1.HeaderClassName
{
color: #EC1A31;
}
.AnyTagClassName
{
color: #EC1A31;
}
</style>
background-color css
<style>
a { background-color: #EC1A31; }
a { background-color: rgb(236,26,49); }
div.DivClassName
{
background-color: #EC1A31;
}
.BgClassName
{
background-color: #EC1A31;
}
</style>
border-color css
<style>
span { border-color: #EC1A31; }
span { border-color: rgb(236,26,49); }
td.TdClassName
{
border-color: #EC1A31;
}
.TagClassName
{
border-color: #EC1A31;
}
</style>