Shades of Alizarin #EC1E26
Tints of Alizarin #EC1E26
RGB
CMYK
RGB Variations
Color information
#EC1E26 (or 0xEC1E26) is known color: Alizarin. HEX triplet: EC, 1E and 26. RGB value is (236,30,38). Sum of RGB (Red+Green+Blue) = 236+30+38=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E26 is #13E1D9. Grayscale: #5C5C5C. Windows color (decimal): -1303002 or 2498284. OLE color: 2498284.
HSL color Cylindrical-coordinate representation of color #EC1E26: hue angle of 357.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC1E26 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 38 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.07 |
| HSL | 357.67º | 0.84% | 0.52% | - |
| HSV(B) | 357.67º | 0.87% | 0.93% | - |
| XYZ | 35.41 | 18.9 | 3.62 | - |
| YUV | 92.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 38 | 0 | 0.87 | 0.84 | 0.07 | 357.67 | 0.84 | 0.52 |
| Hex | EC | 1E | 26 | 0 | 57 | 54 | 7 | 166 | 54 | 34 |
| Octal | 354 | 36 | 46 | 0 | 127 | 124 | 7 | 546 | 124 | 64 |
| Binary | 11101100 | 11110 | 100110 | 0 | 1010111 | 1010100 | 111 | 101100110 | 1010100 | 110100 |
Color Harmonies of #EC1E26
Complementary color
Monochromatic Colors of #EC1E26
Black with #EC1E26
Text Example
Text Example
White with #EC1E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E26; }
p { color: rgb(236,30,38); }
H1.HeaderClassName
{
color: #EC1E26;
}
.AnyTagClassName
{
color: #EC1E26;
}
</style>
background-color css
<style>
a { background-color: #EC1E26; }
a { background-color: rgb(236,30,38); }
div.DivClassName
{
background-color: #EC1E26;
}
.BgClassName
{
background-color: #EC1E26;
}
</style>
border-color css
<style>
span { border-color: #EC1E26; }
span { border-color: rgb(236,30,38); }
td.TdClassName
{
border-color: #EC1E26;
}
.TagClassName
{
border-color: #EC1E26;
}
</style>