Shades of Alizarin #EC2638
Tints of Alizarin #EC2638
RGB
CMYK
RGB Variations
Color information
#EC2638 (or 0xEC2638) is known color: Alizarin. HEX triplet: EC, 26 and 38. RGB value is (236,38,56). Sum of RGB (Red+Green+Blue) = 236+38+56=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2638 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2638 is #13D9C7. Grayscale: #636363. Windows color (decimal): -1300936 or 3679980. OLE color: 3679980.
HSL color Cylindrical-coordinate representation of color #EC2638: hue angle of 354.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC2638 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 38 | 56 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.07 |
| HSL | 354.55º | 0.84% | 0.54% | - |
| HSV(B) | 354.55º | 0.84% | 0.93% | - |
| XYZ | 36 | 19.5 | 5.61 | - |
| YUV | 99.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 38 | 56 | 0 | 0.84 | 0.76 | 0.07 | 354.55 | 0.84 | 0.54 |
| Hex | EC | 26 | 38 | 0 | 54 | 4C | 7 | 163 | 54 | 36 |
| Octal | 354 | 46 | 70 | 0 | 124 | 114 | 7 | 543 | 124 | 66 |
| Binary | 11101100 | 100110 | 111000 | 0 | 1010100 | 1001100 | 111 | 101100011 | 1010100 | 110110 |
Color Harmonies of #EC2638
Complementary color
Monochromatic Colors of #EC2638
Black with #EC2638
Text Example
Text Example
White with #EC2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2638; }
p { color: rgb(236,38,56); }
H1.HeaderClassName
{
color: #EC2638;
}
.AnyTagClassName
{
color: #EC2638;
}
</style>
background-color css
<style>
a { background-color: #EC2638; }
a { background-color: rgb(236,38,56); }
div.DivClassName
{
background-color: #EC2638;
}
.BgClassName
{
background-color: #EC2638;
}
</style>
border-color css
<style>
span { border-color: #EC2638; }
span { border-color: rgb(236,38,56); }
td.TdClassName
{
border-color: #EC2638;
}
.TagClassName
{
border-color: #EC2638;
}
</style>