Shades of Alizarin #EC2338
Tints of Alizarin #EC2338
RGB
CMYK
RGB Variations
Color information
#EC2338 (or 0xEC2338) is known color: Alizarin. HEX triplet: EC, 23 and 38. RGB value is (236,35,56). Sum of RGB (Red+Green+Blue) = 236+35+56=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2338 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2338 is #13DCC7. Grayscale: #616161. Windows color (decimal): -1301704 or 3679212. OLE color: 3679212.
HSL color Cylindrical-coordinate representation of color #EC2338: hue angle of 353.73º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2338 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 35 | 56 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.07 |
| HSL | 353.73º | 0.84% | 0.53% | - |
| HSV(B) | 353.73º | 0.85% | 0.93% | - |
| XYZ | 35.91 | 19.32 | 5.58 | - |
| YUV | 97.49 | 104.59 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 35 | 56 | 0 | 0.85 | 0.76 | 0.07 | 353.73 | 0.84 | 0.53 |
| Hex | EC | 23 | 38 | 0 | 55 | 4C | 7 | 162 | 54 | 35 |
| Octal | 354 | 43 | 70 | 0 | 125 | 114 | 7 | 542 | 124 | 65 |
| Binary | 11101100 | 100011 | 111000 | 0 | 1010101 | 1001100 | 111 | 101100010 | 1010100 | 110101 |
Color Harmonies of #EC2338
Complementary color
Monochromatic Colors of #EC2338
Black with #EC2338
Text Example
Text Example
White with #EC2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2338; }
p { color: rgb(236,35,56); }
H1.HeaderClassName
{
color: #EC2338;
}
.AnyTagClassName
{
color: #EC2338;
}
</style>
background-color css
<style>
a { background-color: #EC2338; }
a { background-color: rgb(236,35,56); }
div.DivClassName
{
background-color: #EC2338;
}
.BgClassName
{
background-color: #EC2338;
}
</style>
border-color css
<style>
span { border-color: #EC2338; }
span { border-color: rgb(236,35,56); }
td.TdClassName
{
border-color: #EC2338;
}
.TagClassName
{
border-color: #EC2338;
}
</style>