Shades of Alizarin #EC3031
Tints of Alizarin #EC3031
RGB
CMYK
RGB Variations
Color information
#EC3031 (or 0xEC3031) is known color: Alizarin. HEX triplet: EC, 30 and 31. RGB value is (236,48,49). Sum of RGB (Red+Green+Blue) = 236+48+49=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3031 is #13CFCE. Grayscale: #686868. Windows color (decimal): -1298383 or 3223788. OLE color: 3223788.
HSL color Cylindrical-coordinate representation of color #EC3031: hue angle of 359.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3031 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 49 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.07 |
| HSL | 359.68º | 0.83% | 0.56% | - |
| HSV(B) | 359.68º | 0.8% | 0.93% | - |
| XYZ | 36.2 | 20.17 | 4.89 | - |
| YUV | 104.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 49 | 0 | 0.80 | 0.79 | 0.07 | 359.68 | 0.83 | 0.56 |
| Hex | EC | 30 | 31 | 0 | 50 | 4F | 7 | 168 | 53 | 38 |
| Octal | 354 | 60 | 61 | 0 | 120 | 117 | 7 | 550 | 123 | 70 |
| Binary | 11101100 | 110000 | 110001 | 0 | 1010000 | 1001111 | 111 | 101101000 | 1010011 | 111000 |
Color Harmonies of #EC3031
Complementary color
Monochromatic Colors of #EC3031
Black with #EC3031
Text Example
Text Example
White with #EC3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3031; }
p { color: rgb(236,48,49); }
H1.HeaderClassName
{
color: #EC3031;
}
.AnyTagClassName
{
color: #EC3031;
}
</style>
background-color css
<style>
a { background-color: #EC3031; }
a { background-color: rgb(236,48,49); }
div.DivClassName
{
background-color: #EC3031;
}
.BgClassName
{
background-color: #EC3031;
}
</style>
border-color css
<style>
span { border-color: #EC3031; }
span { border-color: rgb(236,48,49); }
td.TdClassName
{
border-color: #EC3031;
}
.TagClassName
{
border-color: #EC3031;
}
</style>