Shades of Alizarin #EC2730
Tints of Alizarin #EC2730
RGB
CMYK
RGB Variations
Color information
#EC2730 (or 0xEC2730) is known color: Alizarin. HEX triplet: EC, 27 and 30. RGB value is (236,39,48). Sum of RGB (Red+Green+Blue) = 236+39+48=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2730 is #13D8CF. Grayscale: #636363. Windows color (decimal): -1300688 or 3155948. OLE color: 3155948.
HSL color Cylindrical-coordinate representation of color #EC2730: hue angle of 357.26º 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 #EC2730 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 48 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.07 |
| HSL | 357.26º | 0.84% | 0.54% | - |
| HSV(B) | 357.26º | 0.83% | 0.93% | - |
| XYZ | 35.85 | 19.5 | 4.67 | - |
| YUV | 98.93 | 99.27 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 48 | 0 | 0.83 | 0.80 | 0.07 | 357.26 | 0.84 | 0.54 |
| Hex | EC | 27 | 30 | 0 | 53 | 50 | 7 | 165 | 54 | 36 |
| Octal | 354 | 47 | 60 | 0 | 123 | 120 | 7 | 545 | 124 | 66 |
| Binary | 11101100 | 100111 | 110000 | 0 | 1010011 | 1010000 | 111 | 101100101 | 1010100 | 110110 |
Color Harmonies of #EC2730
Complementary color
Monochromatic Colors of #EC2730
Black with #EC2730
Text Example
Text Example
White with #EC2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2730; }
p { color: rgb(236,39,48); }
H1.HeaderClassName
{
color: #EC2730;
}
.AnyTagClassName
{
color: #EC2730;
}
</style>
background-color css
<style>
a { background-color: #EC2730; }
a { background-color: rgb(236,39,48); }
div.DivClassName
{
background-color: #EC2730;
}
.BgClassName
{
background-color: #EC2730;
}
</style>
border-color css
<style>
span { border-color: #EC2730; }
span { border-color: rgb(236,39,48); }
td.TdClassName
{
border-color: #EC2730;
}
.TagClassName
{
border-color: #EC2730;
}
</style>