Shades of Alizarin #EC272D
Tints of Alizarin #EC272D
RGB
CMYK
RGB Variations
Color information
#EC272D (or 0xEC272D) is known color: Alizarin. HEX triplet: EC, 27 and 2D. RGB value is (236,39,45). Sum of RGB (Red+Green+Blue) = 236+39+45=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC272D is #13D8D2. Grayscale: #626262. Windows color (decimal): -1300691 or 2959340. OLE color: 2959340.
HSL color Cylindrical-coordinate representation of color #EC272D: hue angle of 358.17º 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 #EC272D is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 45 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.07 |
| HSL | 358.17º | 0.84% | 0.54% | - |
| HSV(B) | 358.17º | 0.83% | 0.93% | - |
| XYZ | 35.79 | 19.47 | 4.35 | - |
| YUV | 98.59 | 97.77 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 45 | 0 | 0.83 | 0.81 | 0.07 | 358.17 | 0.84 | 0.54 |
| Hex | EC | 27 | 2D | 0 | 53 | 51 | 7 | 166 | 54 | 36 |
| Octal | 354 | 47 | 55 | 0 | 123 | 121 | 7 | 546 | 124 | 66 |
| Binary | 11101100 | 100111 | 101101 | 0 | 1010011 | 1010001 | 111 | 101100110 | 1010100 | 110110 |
Color Harmonies of #EC272D
Complementary color
Monochromatic Colors of #EC272D
Black with #EC272D
Text Example
Text Example
White with #EC272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC272D; }
p { color: rgb(236,39,45); }
H1.HeaderClassName
{
color: #EC272D;
}
.AnyTagClassName
{
color: #EC272D;
}
</style>
background-color css
<style>
a { background-color: #EC272D; }
a { background-color: rgb(236,39,45); }
div.DivClassName
{
background-color: #EC272D;
}
.BgClassName
{
background-color: #EC272D;
}
</style>
border-color css
<style>
span { border-color: #EC272D; }
span { border-color: rgb(236,39,45); }
td.TdClassName
{
border-color: #EC272D;
}
.TagClassName
{
border-color: #EC272D;
}
</style>