Shades of Alizarin #EC3038
Tints of Alizarin #EC3038
RGB
CMYK
RGB Variations
Color information
#EC3038 (or 0xEC3038) is known color: Alizarin. HEX triplet: EC, 30 and 38. RGB value is (236,48,56). Sum of RGB (Red+Green+Blue) = 236+48+56=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3038 is #13CFC7. Grayscale: #696969. Windows color (decimal): -1298376 or 3682540. OLE color: 3682540.
HSL color Cylindrical-coordinate representation of color #EC3038: hue angle of 357.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC3038 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 48 | 56 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.07 |
| HSL | 357.45º | 0.83% | 0.56% | - |
| HSV(B) | 357.45º | 0.8% | 0.93% | - |
| XYZ | 36.36 | 20.23 | 5.73 | - |
| YUV | 105.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 48 | 56 | 0 | 0.80 | 0.76 | 0.07 | 357.45 | 0.83 | 0.56 |
| Hex | EC | 30 | 38 | 0 | 50 | 4C | 7 | 165 | 53 | 38 |
| Octal | 354 | 60 | 70 | 0 | 120 | 114 | 7 | 545 | 123 | 70 |
| Binary | 11101100 | 110000 | 111000 | 0 | 1010000 | 1001100 | 111 | 101100101 | 1010011 | 111000 |
Color Harmonies of #EC3038
Complementary color
Monochromatic Colors of #EC3038
Black with #EC3038
Text Example
Text Example
White with #EC3038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3038; }
p { color: rgb(236,48,56); }
H1.HeaderClassName
{
color: #EC3038;
}
.AnyTagClassName
{
color: #EC3038;
}
</style>
background-color css
<style>
a { background-color: #EC3038; }
a { background-color: rgb(236,48,56); }
div.DivClassName
{
background-color: #EC3038;
}
.BgClassName
{
background-color: #EC3038;
}
</style>
border-color css
<style>
span { border-color: #EC3038; }
span { border-color: rgb(236,48,56); }
td.TdClassName
{
border-color: #EC3038;
}
.TagClassName
{
border-color: #EC3038;
}
</style>