Shades of Alizarin #EC2F34
Tints of Alizarin #EC2F34
RGB
CMYK
RGB Variations
Color information
#EC2F34 (or 0xEC2F34) is known color: Alizarin. HEX triplet: EC, 2F and 34. RGB value is (236,47,52). Sum of RGB (Red+Green+Blue) = 236+47+52=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2F34 is #13D0CB. Grayscale: #686868. Windows color (decimal): -1298636 or 3420140. OLE color: 3420140.
HSL color Cylindrical-coordinate representation of color #EC2F34: hue angle of 358.41º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F34 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 52 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.07 |
| HSL | 358.41º | 0.83% | 0.55% | - |
| HSV(B) | 358.41º | 0.8% | 0.93% | - |
| XYZ | 36.23 | 20.11 | 5.22 | - |
| YUV | 104.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 52 | 0 | 0.80 | 0.78 | 0.07 | 358.41 | 0.83 | 0.55 |
| Hex | EC | 2F | 34 | 0 | 50 | 4E | 7 | 166 | 53 | 37 |
| Octal | 354 | 57 | 64 | 0 | 120 | 116 | 7 | 546 | 123 | 67 |
| Binary | 11101100 | 101111 | 110100 | 0 | 1010000 | 1001110 | 111 | 101100110 | 1010011 | 110111 |
Color Harmonies of #EC2F34
Complementary color
Monochromatic Colors of #EC2F34
Black with #EC2F34
Text Example
Text Example
White with #EC2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F34; }
p { color: rgb(236,47,52); }
H1.HeaderClassName
{
color: #EC2F34;
}
.AnyTagClassName
{
color: #EC2F34;
}
</style>
background-color css
<style>
a { background-color: #EC2F34; }
a { background-color: rgb(236,47,52); }
div.DivClassName
{
background-color: #EC2F34;
}
.BgClassName
{
background-color: #EC2F34;
}
</style>
border-color css
<style>
span { border-color: #EC2F34; }
span { border-color: rgb(236,47,52); }
td.TdClassName
{
border-color: #EC2F34;
}
.TagClassName
{
border-color: #EC2F34;
}
</style>