Shades of Alizarin #EC273B
Tints of Alizarin #EC273B
RGB
CMYK
RGB Variations
Color information
#EC273B (or 0xEC273B) is known color: Alizarin. HEX triplet: EC, 27 and 3B. RGB value is (236,39,59). Sum of RGB (Red+Green+Blue) = 236+39+59=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC273B is #13D8C4. Grayscale: #646464. Windows color (decimal): -1300677 or 3876844. OLE color: 3876844.
HSL color Cylindrical-coordinate representation of color #EC273B: hue angle of 353.91º 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 #EC273B is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 59 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.07 |
| HSL | 353.91º | 0.84% | 0.54% | - |
| HSV(B) | 353.91º | 0.83% | 0.93% | - |
| XYZ | 36.11 | 19.6 | 6.02 | - |
| YUV | 100.18 | 104.77 | 224.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 59 | 0 | 0.83 | 0.75 | 0.07 | 353.91 | 0.84 | 0.54 |
| Hex | EC | 27 | 3B | 0 | 53 | 4B | 7 | 162 | 54 | 36 |
| Octal | 354 | 47 | 73 | 0 | 123 | 113 | 7 | 542 | 124 | 66 |
| Binary | 11101100 | 100111 | 111011 | 0 | 1010011 | 1001011 | 111 | 101100010 | 1010100 | 110110 |
Color Harmonies of #EC273B
Complementary color
Monochromatic Colors of #EC273B
Black with #EC273B
Text Example
Text Example
White with #EC273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC273B; }
p { color: rgb(236,39,59); }
H1.HeaderClassName
{
color: #EC273B;
}
.AnyTagClassName
{
color: #EC273B;
}
</style>
background-color css
<style>
a { background-color: #EC273B; }
a { background-color: rgb(236,39,59); }
div.DivClassName
{
background-color: #EC273B;
}
.BgClassName
{
background-color: #EC273B;
}
</style>
border-color css
<style>
span { border-color: #EC273B; }
span { border-color: rgb(236,39,59); }
td.TdClassName
{
border-color: #EC273B;
}
.TagClassName
{
border-color: #EC273B;
}
</style>