Shades of Alizarin #EC282D
Tints of Alizarin #EC282D
RGB
CMYK
RGB Variations
Color information
#EC282D (or 0xEC282D) is known color: Alizarin. HEX triplet: EC, 28 and 2D. RGB value is (236,40,45). Sum of RGB (Red+Green+Blue) = 236+40+45=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 40 (16.02% from 255 or 12.46% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC282D is #13D7D2. Grayscale: #636363. Windows color (decimal): -1300435 or 2959596. OLE color: 2959596.
HSL color Cylindrical-coordinate representation of color #EC282D: hue angle of 358.47º 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 #EC282D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.47º | 0.84% | 0.54% | - |
| HSV(B) | 358.47º | 0.83% | 0.93% | - |
| XYZ | 35.82 | 19.54 | 4.37 | - |
| YUV | 99.17 | 97.43 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 45 | 0 | 0.83 | 0.81 | 0.07 | 358.47 | 0.84 | 0.54 |
| Hex | EC | 28 | 2D | 0 | 53 | 51 | 7 | 166 | 54 | 36 |
| Octal | 354 | 50 | 55 | 0 | 123 | 121 | 7 | 546 | 124 | 66 |
| Binary | 11101100 | 101000 | 101101 | 0 | 1010011 | 1010001 | 111 | 101100110 | 1010100 | 110110 |
Color Harmonies of #EC282D
Complementary color
Monochromatic Colors of #EC282D
Black with #EC282D
Text Example
Text Example
White with #EC282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC282D; }
p { color: rgb(236,40,45); }
H1.HeaderClassName
{
color: #EC282D;
}
.AnyTagClassName
{
color: #EC282D;
}
</style>
background-color css
<style>
a { background-color: #EC282D; }
a { background-color: rgb(236,40,45); }
div.DivClassName
{
background-color: #EC282D;
}
.BgClassName
{
background-color: #EC282D;
}
</style>
border-color css
<style>
span { border-color: #EC282D; }
span { border-color: rgb(236,40,45); }
td.TdClassName
{
border-color: #EC282D;
}
.TagClassName
{
border-color: #EC282D;
}
</style>