Shades of Alizarin #EC2E31
Tints of Alizarin #EC2E31
RGB
CMYK
RGB Variations
Color information
#EC2E31 (or 0xEC2E31) is known color: Alizarin. HEX triplet: EC, 2E and 31. RGB value is (236,46,49). Sum of RGB (Red+Green+Blue) = 236+46+49=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E31 is #13D1CE. Grayscale: #676767. Windows color (decimal): -1298895 or 3223276. OLE color: 3223276.
HSL color Cylindrical-coordinate representation of color #EC2E31: hue angle of 359.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC2E31 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 49 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.07 |
| HSL | 359.05º | 0.83% | 0.55% | - |
| HSV(B) | 359.05º | 0.81% | 0.93% | - |
| XYZ | 36.12 | 20.01 | 4.86 | - |
| YUV | 103.15 | 97.45 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 49 | 0 | 0.81 | 0.79 | 0.07 | 359.05 | 0.83 | 0.55 |
| Hex | EC | 2E | 31 | 0 | 51 | 4F | 7 | 167 | 53 | 37 |
| Octal | 354 | 56 | 61 | 0 | 121 | 117 | 7 | 547 | 123 | 67 |
| Binary | 11101100 | 101110 | 110001 | 0 | 1010001 | 1001111 | 111 | 101100111 | 1010011 | 110111 |
Color Harmonies of #EC2E31
Complementary color
Monochromatic Colors of #EC2E31
Black with #EC2E31
Text Example
Text Example
White with #EC2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E31; }
p { color: rgb(236,46,49); }
H1.HeaderClassName
{
color: #EC2E31;
}
.AnyTagClassName
{
color: #EC2E31;
}
</style>
background-color css
<style>
a { background-color: #EC2E31; }
a { background-color: rgb(236,46,49); }
div.DivClassName
{
background-color: #EC2E31;
}
.BgClassName
{
background-color: #EC2E31;
}
</style>
border-color css
<style>
span { border-color: #EC2E31; }
span { border-color: rgb(236,46,49); }
td.TdClassName
{
border-color: #EC2E31;
}
.TagClassName
{
border-color: #EC2E31;
}
</style>