Shades of Alizarin #EC272A
Tints of Alizarin #EC272A
RGB
CMYK
RGB Variations
Color information
#EC272A (or 0xEC272A) is known color: Alizarin. HEX triplet: EC, 27 and 2A. RGB value is (236,39,42). Sum of RGB (Red+Green+Blue) = 236+39+42=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC272A is #13D8D5. Grayscale: #626262. Windows color (decimal): -1300694 or 2762732. OLE color: 2762732.
HSL color Cylindrical-coordinate representation of color #EC272A: hue angle of 359.09º 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 #EC272A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 42 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.07 |
| HSL | 359.09º | 0.84% | 0.54% | - |
| HSV(B) | 359.09º | 0.83% | 0.93% | - |
| XYZ | 35.74 | 19.45 | 4.06 | - |
| YUV | 98.25 | 96.27 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 42 | 0 | 0.83 | 0.82 | 0.07 | 359.09 | 0.84 | 0.54 |
| Hex | EC | 27 | 2A | 0 | 53 | 52 | 7 | 167 | 54 | 36 |
| Octal | 354 | 47 | 52 | 0 | 123 | 122 | 7 | 547 | 124 | 66 |
| Binary | 11101100 | 100111 | 101010 | 0 | 1010011 | 1010010 | 111 | 101100111 | 1010100 | 110110 |
Color Harmonies of #EC272A
Complementary color
Monochromatic Colors of #EC272A
Black with #EC272A
Text Example
Text Example
White with #EC272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC272A; }
p { color: rgb(236,39,42); }
H1.HeaderClassName
{
color: #EC272A;
}
.AnyTagClassName
{
color: #EC272A;
}
</style>
background-color css
<style>
a { background-color: #EC272A; }
a { background-color: rgb(236,39,42); }
div.DivClassName
{
background-color: #EC272A;
}
.BgClassName
{
background-color: #EC272A;
}
</style>
border-color css
<style>
span { border-color: #EC272A; }
span { border-color: rgb(236,39,42); }
td.TdClassName
{
border-color: #EC272A;
}
.TagClassName
{
border-color: #EC272A;
}
</style>