Shades of Alizarin #EC2328
Tints of Alizarin #EC2328
RGB
CMYK
RGB Variations
Color information
#EC2328 (or 0xEC2328) is known color: Alizarin. HEX triplet: EC, 23 and 28. RGB value is (236,35,40). Sum of RGB (Red+Green+Blue) = 236+35+40=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2328 is #13DCD7. Grayscale: #5F5F5F. Windows color (decimal): -1301720 or 2630636. OLE color: 2630636.
HSL color Cylindrical-coordinate representation of color #EC2328: hue angle of 358.51º 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 #EC2328 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 40 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.07 |
| HSL | 358.51º | 0.84% | 0.53% | - |
| HSV(B) | 358.51º | 0.85% | 0.93% | - |
| XYZ | 35.58 | 19.19 | 3.84 | - |
| YUV | 95.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 40 | 0 | 0.85 | 0.83 | 0.07 | 358.51 | 0.84 | 0.53 |
| Hex | EC | 23 | 28 | 0 | 55 | 53 | 7 | 167 | 54 | 35 |
| Octal | 354 | 43 | 50 | 0 | 125 | 123 | 7 | 547 | 124 | 65 |
| Binary | 11101100 | 100011 | 101000 | 0 | 1010101 | 1010011 | 111 | 101100111 | 1010100 | 110101 |
Color Harmonies of #EC2328
Complementary color
Monochromatic Colors of #EC2328
Black with #EC2328
Text Example
Text Example
White with #EC2328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2328; }
p { color: rgb(236,35,40); }
H1.HeaderClassName
{
color: #EC2328;
}
.AnyTagClassName
{
color: #EC2328;
}
</style>
background-color css
<style>
a { background-color: #EC2328; }
a { background-color: rgb(236,35,40); }
div.DivClassName
{
background-color: #EC2328;
}
.BgClassName
{
background-color: #EC2328;
}
</style>
border-color css
<style>
span { border-color: #EC2328; }
span { border-color: rgb(236,35,40); }
td.TdClassName
{
border-color: #EC2328;
}
.TagClassName
{
border-color: #EC2328;
}
</style>