Shades of Alizarin #EC2D35
Tints of Alizarin #EC2D35
RGB
CMYK
RGB Variations
Color information
#EC2D35 (or 0xEC2D35) is known color: Alizarin. HEX triplet: EC, 2D and 35. RGB value is (236,45,53). Sum of RGB (Red+Green+Blue) = 236+45+53=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D35 is #13D2CA. Grayscale: #676767. Windows color (decimal): -1299147 or 3485164. OLE color: 3485164.
HSL color Cylindrical-coordinate representation of color #EC2D35: hue angle of 357.49º 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 #EC2D35 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 45 | 53 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.07 |
| HSL | 357.49º | 0.83% | 0.55% | - |
| HSV(B) | 357.49º | 0.81% | 0.93% | - |
| XYZ | 36.17 | 19.97 | 5.32 | - |
| YUV | 103.02 | 99.78 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 45 | 53 | 0 | 0.81 | 0.78 | 0.07 | 357.49 | 0.83 | 0.55 |
| Hex | EC | 2D | 35 | 0 | 51 | 4E | 7 | 165 | 53 | 37 |
| Octal | 354 | 55 | 65 | 0 | 121 | 116 | 7 | 545 | 123 | 67 |
| Binary | 11101100 | 101101 | 110101 | 0 | 1010001 | 1001110 | 111 | 101100101 | 1010011 | 110111 |
Color Harmonies of #EC2D35
Complementary color
Monochromatic Colors of #EC2D35
Black with #EC2D35
Text Example
Text Example
White with #EC2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2D35; }
p { color: rgb(236,45,53); }
H1.HeaderClassName
{
color: #EC2D35;
}
.AnyTagClassName
{
color: #EC2D35;
}
</style>
background-color css
<style>
a { background-color: #EC2D35; }
a { background-color: rgb(236,45,53); }
div.DivClassName
{
background-color: #EC2D35;
}
.BgClassName
{
background-color: #EC2D35;
}
</style>
border-color css
<style>
span { border-color: #EC2D35; }
span { border-color: rgb(236,45,53); }
td.TdClassName
{
border-color: #EC2D35;
}
.TagClassName
{
border-color: #EC2D35;
}
</style>