Shades of Alizarin #EC1C38
Tints of Alizarin #EC1C38
RGB
CMYK
RGB Variations
Color information
#EC1C38 (or 0xEC1C38) is known color: Alizarin. HEX triplet: EC, 1C and 38. RGB value is (236,28,56). Sum of RGB (Red+Green+Blue) = 236+28+56=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C38 is #13E3C7. Grayscale: #5D5D5D. Windows color (decimal): -1303496 or 3677420. OLE color: 3677420.
HSL color Cylindrical-coordinate representation of color #EC1C38: hue angle of 351.92º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C38 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 28 | 56 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.07 |
| HSL | 351.92º | 0.85% | 0.52% | - |
| HSV(B) | 351.92º | 0.88% | 0.93% | - |
| XYZ | 35.72 | 18.95 | 5.52 | - |
| YUV | 93.38 | 106.91 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 28 | 56 | 0 | 0.88 | 0.76 | 0.07 | 351.92 | 0.85 | 0.52 |
| Hex | EC | 1C | 38 | 0 | 58 | 4C | 7 | 160 | 55 | 34 |
| Octal | 354 | 34 | 70 | 0 | 130 | 114 | 7 | 540 | 125 | 64 |
| Binary | 11101100 | 11100 | 111000 | 0 | 1011000 | 1001100 | 111 | 101100000 | 1010101 | 110100 |
Color Harmonies of #EC1C38
Complementary color
Monochromatic Colors of #EC1C38
Black with #EC1C38
Text Example
Text Example
White with #EC1C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1C38; }
p { color: rgb(236,28,56); }
H1.HeaderClassName
{
color: #EC1C38;
}
.AnyTagClassName
{
color: #EC1C38;
}
</style>
background-color css
<style>
a { background-color: #EC1C38; }
a { background-color: rgb(236,28,56); }
div.DivClassName
{
background-color: #EC1C38;
}
.BgClassName
{
background-color: #EC1C38;
}
</style>
border-color css
<style>
span { border-color: #EC1C38; }
span { border-color: rgb(236,28,56); }
td.TdClassName
{
border-color: #EC1C38;
}
.TagClassName
{
border-color: #EC1C38;
}
</style>