Shades of Alizarin #EC2E2F
Tints of Alizarin #EC2E2F
RGB
CMYK
RGB Variations
Color information
#EC2E2F (or 0xEC2E2F) is known color: Alizarin. HEX triplet: EC, 2E and 2F. RGB value is (236,46,47). Sum of RGB (Red+Green+Blue) = 236+46+47=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2E2F is #13D1D0. Grayscale: #676767. Windows color (decimal): -1298897 or 3092204. OLE color: 3092204.
HSL color Cylindrical-coordinate representation of color #EC2E2F: hue angle of 359.68º 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 #EC2E2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 46 | 47 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.07 |
| HSL | 359.68º | 0.83% | 0.55% | - |
| HSV(B) | 359.68º | 0.81% | 0.93% | - |
| XYZ | 36.08 | 19.99 | 4.65 | - |
| YUV | 102.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 46 | 47 | 0 | 0.81 | 0.80 | 0.07 | 359.68 | 0.83 | 0.55 |
| Hex | EC | 2E | 2F | 0 | 51 | 50 | 7 | 168 | 53 | 37 |
| Octal | 354 | 56 | 57 | 0 | 121 | 120 | 7 | 550 | 123 | 67 |
| Binary | 11101100 | 101110 | 101111 | 0 | 1010001 | 1010000 | 111 | 101101000 | 1010011 | 110111 |
Color Harmonies of #EC2E2F
Complementary color
Monochromatic Colors of #EC2E2F
Black with #EC2E2F
Text Example
Text Example
White with #EC2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2E2F; }
p { color: rgb(236,46,47); }
H1.HeaderClassName
{
color: #EC2E2F;
}
.AnyTagClassName
{
color: #EC2E2F;
}
</style>
background-color css
<style>
a { background-color: #EC2E2F; }
a { background-color: rgb(236,46,47); }
div.DivClassName
{
background-color: #EC2E2F;
}
.BgClassName
{
background-color: #EC2E2F;
}
</style>
border-color css
<style>
span { border-color: #EC2E2F; }
span { border-color: rgb(236,46,47); }
td.TdClassName
{
border-color: #EC2E2F;
}
.TagClassName
{
border-color: #EC2E2F;
}
</style>