Shades of Alizarin #EC272B
Tints of Alizarin #EC272B
RGB
CMYK
RGB Variations
Color information
#EC272B (or 0xEC272B) is known color: Alizarin. HEX triplet: EC, 27 and 2B. RGB value is (236,39,43). Sum of RGB (Red+Green+Blue) = 236+39+43=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC272B is #13D8D4. Grayscale: #626262. Windows color (decimal): -1300693 or 2828268. OLE color: 2828268.
HSL color Cylindrical-coordinate representation of color #EC272B: 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 #EC272B is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 43 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 358.78º | 0.84% | 0.54% | - |
| HSV(B) | 358.78º | 0.83% | 0.93% | - |
| XYZ | 35.75 | 19.46 | 4.16 | - |
| YUV | 98.36 | 96.77 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 43 | 0 | 0.83 | 0.82 | 0.07 | 358.78 | 0.84 | 0.54 |
| Hex | EC | 27 | 2B | 0 | 53 | 52 | 7 | 167 | 54 | 36 |
| Octal | 354 | 47 | 53 | 0 | 123 | 122 | 7 | 547 | 124 | 66 |
| Binary | 11101100 | 100111 | 101011 | 0 | 1010011 | 1010010 | 111 | 101100111 | 1010100 | 110110 |
Color Harmonies of #EC272B
Complementary color
Monochromatic Colors of #EC272B
Black with #EC272B
Text Example
Text Example
White with #EC272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC272B; }
p { color: rgb(236,39,43); }
H1.HeaderClassName
{
color: #EC272B;
}
.AnyTagClassName
{
color: #EC272B;
}
</style>
background-color css
<style>
a { background-color: #EC272B; }
a { background-color: rgb(236,39,43); }
div.DivClassName
{
background-color: #EC272B;
}
.BgClassName
{
background-color: #EC272B;
}
</style>
border-color css
<style>
span { border-color: #EC272B; }
span { border-color: rgb(236,39,43); }
td.TdClassName
{
border-color: #EC272B;
}
.TagClassName
{
border-color: #EC272B;
}
</style>