Shades of Alizarin #EC282E
Tints of Alizarin #EC282E
RGB
CMYK
RGB Variations
Color information
#EC282E (or 0xEC282E) is known color: Alizarin. HEX triplet: EC, 28 and 2E. RGB value is (236,40,46). Sum of RGB (Red+Green+Blue) = 236+40+46=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC282E is #13D7D1. Grayscale: #636363. Windows color (decimal): -1300434 or 3025132. OLE color: 3025132.
HSL color Cylindrical-coordinate representation of color #EC282E: hue angle of 358.16º 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 #EC282E is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 46 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.16º | 0.84% | 0.54% | - |
| HSV(B) | 358.16º | 0.83% | 0.93% | - |
| XYZ | 35.84 | 19.55 | 4.47 | - |
| YUV | 99.29 | 97.93 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 46 | 0 | 0.83 | 0.81 | 0.07 | 358.16 | 0.84 | 0.54 |
| Hex | EC | 28 | 2E | 0 | 53 | 51 | 7 | 166 | 54 | 36 |
| Octal | 354 | 50 | 56 | 0 | 123 | 121 | 7 | 546 | 124 | 66 |
| Binary | 11101100 | 101000 | 101110 | 0 | 1010011 | 1010001 | 111 | 101100110 | 1010100 | 110110 |
Color Harmonies of #EC282E
Complementary color
Monochromatic Colors of #EC282E
Black with #EC282E
Text Example
Text Example
White with #EC282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC282E; }
p { color: rgb(236,40,46); }
H1.HeaderClassName
{
color: #EC282E;
}
.AnyTagClassName
{
color: #EC282E;
}
</style>
background-color css
<style>
a { background-color: #EC282E; }
a { background-color: rgb(236,40,46); }
div.DivClassName
{
background-color: #EC282E;
}
.BgClassName
{
background-color: #EC282E;
}
</style>
border-color css
<style>
span { border-color: #EC282E; }
span { border-color: rgb(236,40,46); }
td.TdClassName
{
border-color: #EC282E;
}
.TagClassName
{
border-color: #EC282E;
}
</style>