Shades of Alizarin #EC1E30
Tints of Alizarin #EC1E30
RGB
CMYK
RGB Variations
Color information
#EC1E30 (or 0xEC1E30) is known color: Alizarin. HEX triplet: EC, 1E and 30. RGB value is (236,30,48). Sum of RGB (Red+Green+Blue) = 236+30+48=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E30 is #13E1CF. Grayscale: #5D5D5D. Windows color (decimal): -1302992 or 3153644. OLE color: 3153644.
HSL color Cylindrical-coordinate representation of color #EC1E30: hue angle of 354.76º 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 #EC1E30 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 30 | 48 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.07 |
| HSL | 354.76º | 0.84% | 0.52% | - |
| HSV(B) | 354.76º | 0.87% | 0.93% | - |
| XYZ | 35.59 | 18.97 | 4.58 | - |
| YUV | 93.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 30 | 48 | 0 | 0.87 | 0.80 | 0.07 | 354.76 | 0.84 | 0.52 |
| Hex | EC | 1E | 30 | 0 | 57 | 50 | 7 | 163 | 54 | 34 |
| Octal | 354 | 36 | 60 | 0 | 127 | 120 | 7 | 543 | 124 | 64 |
| Binary | 11101100 | 11110 | 110000 | 0 | 1010111 | 1010000 | 111 | 101100011 | 1010100 | 110100 |
Color Harmonies of #EC1E30
Complementary color
Monochromatic Colors of #EC1E30
Black with #EC1E30
Text Example
Text Example
White with #EC1E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1E30; }
p { color: rgb(236,30,48); }
H1.HeaderClassName
{
color: #EC1E30;
}
.AnyTagClassName
{
color: #EC1E30;
}
</style>
background-color css
<style>
a { background-color: #EC1E30; }
a { background-color: rgb(236,30,48); }
div.DivClassName
{
background-color: #EC1E30;
}
.BgClassName
{
background-color: #EC1E30;
}
</style>
border-color css
<style>
span { border-color: #EC1E30; }
span { border-color: rgb(236,30,48); }
td.TdClassName
{
border-color: #EC1E30;
}
.TagClassName
{
border-color: #EC1E30;
}
</style>