Shades of Alizarin #EC222D
Tints of Alizarin #EC222D
RGB
CMYK
RGB Variations
Color information
#EC222D (or 0xEC222D) is known color: Alizarin. HEX triplet: EC, 22 and 2D. RGB value is (236,34,45). Sum of RGB (Red+Green+Blue) = 236+34+45=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC222D is #13DDD2. Grayscale: #5F5F5F. Windows color (decimal): -1301971 or 2958060. OLE color: 2958060.
HSL color Cylindrical-coordinate representation of color #EC222D: hue angle of 356.73º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC222D is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 45 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.07 |
| HSL | 356.73º | 0.84% | 0.53% | - |
| HSV(B) | 356.73º | 0.86% | 0.93% | - |
| XYZ | 35.64 | 19.17 | 4.3 | - |
| YUV | 95.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 45 | 0 | 0.86 | 0.81 | 0.07 | 356.73 | 0.84 | 0.53 |
| Hex | EC | 22 | 2D | 0 | 56 | 51 | 7 | 165 | 54 | 35 |
| Octal | 354 | 42 | 55 | 0 | 126 | 121 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100010 | 101101 | 0 | 1010110 | 1010001 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC222D
Complementary color
Monochromatic Colors of #EC222D
Black with #EC222D
Text Example
Text Example
White with #EC222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC222D; }
p { color: rgb(236,34,45); }
H1.HeaderClassName
{
color: #EC222D;
}
.AnyTagClassName
{
color: #EC222D;
}
</style>
background-color css
<style>
a { background-color: #EC222D; }
a { background-color: rgb(236,34,45); }
div.DivClassName
{
background-color: #EC222D;
}
.BgClassName
{
background-color: #EC222D;
}
</style>
border-color css
<style>
span { border-color: #EC222D; }
span { border-color: rgb(236,34,45); }
td.TdClassName
{
border-color: #EC222D;
}
.TagClassName
{
border-color: #EC222D;
}
</style>