Shades of Alizarin #EC2325
Tints of Alizarin #EC2325
RGB
CMYK
RGB Variations
Color information
#EC2325 (or 0xEC2325) is known color: Alizarin. HEX triplet: EC, 23 and 25. RGB value is (236,35,37). Sum of RGB (Red+Green+Blue) = 236+35+37=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2325 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2325 is #13DCDA. Grayscale: #5F5F5F. Windows color (decimal): -1301723 or 2434028. OLE color: 2434028.
HSL color Cylindrical-coordinate representation of color #EC2325: hue angle of 359.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2325 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 37 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.07 |
| HSL | 359.4º | 0.84% | 0.53% | - |
| HSV(B) | 359.4º | 0.85% | 0.93% | - |
| XYZ | 35.53 | 19.17 | 3.58 | - |
| YUV | 95.33 | 95.09 | 228.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 37 | 0 | 0.85 | 0.84 | 0.07 | 359.4 | 0.84 | 0.53 |
| Hex | EC | 23 | 25 | 0 | 55 | 54 | 7 | 167 | 54 | 35 |
| Octal | 354 | 43 | 45 | 0 | 125 | 124 | 7 | 547 | 124 | 65 |
| Binary | 11101100 | 100011 | 100101 | 0 | 1010101 | 1010100 | 111 | 101100111 | 1010100 | 110101 |
Color Harmonies of #EC2325
Complementary color
Monochromatic Colors of #EC2325
Black with #EC2325
Text Example
Text Example
White with #EC2325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2325; }
p { color: rgb(236,35,37); }
H1.HeaderClassName
{
color: #EC2325;
}
.AnyTagClassName
{
color: #EC2325;
}
</style>
background-color css
<style>
a { background-color: #EC2325; }
a { background-color: rgb(236,35,37); }
div.DivClassName
{
background-color: #EC2325;
}
.BgClassName
{
background-color: #EC2325;
}
</style>
border-color css
<style>
span { border-color: #EC2325; }
span { border-color: rgb(236,35,37); }
td.TdClassName
{
border-color: #EC2325;
}
.TagClassName
{
border-color: #EC2325;
}
</style>