Shades of Alizarin #EC282C
Tints of Alizarin #EC282C
RGB
CMYK
RGB Variations
Color information
#EC282C (or 0xEC282C) is known color: Alizarin. HEX triplet: EC, 28 and 2C. RGB value is (236,40,44). Sum of RGB (Red+Green+Blue) = 236+40+44=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC282C is #13D7D3. Grayscale: #636363. Windows color (decimal): -1300436 or 2894060. OLE color: 2894060.
HSL color Cylindrical-coordinate representation of color #EC282C: hue angle of 358.78º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC282C is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 44 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.78º | 0.84% | 0.54% | - |
| HSV(B) | 358.78º | 0.83% | 0.93% | - |
| XYZ | 35.81 | 19.53 | 4.27 | - |
| YUV | 99.06 | 96.93 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 44 | 0 | 0.83 | 0.81 | 0.07 | 358.78 | 0.84 | 0.54 |
| Hex | EC | 28 | 2C | 0 | 53 | 51 | 7 | 167 | 54 | 36 |
| Octal | 354 | 50 | 54 | 0 | 123 | 121 | 7 | 547 | 124 | 66 |
| Binary | 11101100 | 101000 | 101100 | 0 | 1010011 | 1010001 | 111 | 101100111 | 1010100 | 110110 |
Color Harmonies of #EC282C
Complementary color
Monochromatic Colors of #EC282C
Black with #EC282C
Text Example
Text Example
White with #EC282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC282C; }
p { color: rgb(236,40,44); }
H1.HeaderClassName
{
color: #EC282C;
}
.AnyTagClassName
{
color: #EC282C;
}
</style>
background-color css
<style>
a { background-color: #EC282C; }
a { background-color: rgb(236,40,44); }
div.DivClassName
{
background-color: #EC282C;
}
.BgClassName
{
background-color: #EC282C;
}
</style>
border-color css
<style>
span { border-color: #EC282C; }
span { border-color: rgb(236,40,44); }
td.TdClassName
{
border-color: #EC282C;
}
.TagClassName
{
border-color: #EC282C;
}
</style>