Shades of Alizarin #EC242F
Tints of Alizarin #EC242F
RGB
CMYK
RGB Variations
Color information
#EC242F (or 0xEC242F) is known color: Alizarin. HEX triplet: EC, 24 and 2F. RGB value is (236,36,47). Sum of RGB (Red+Green+Blue) = 236+36+47=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC242F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC242F is #13DBD0. Grayscale: #616161. Windows color (decimal): -1301457 or 3089644. OLE color: 3089644.
HSL color Cylindrical-coordinate representation of color #EC242F: hue angle of 356.7º 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 #EC242F is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 36 | 47 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.07 |
| HSL | 356.7º | 0.84% | 0.53% | - |
| HSV(B) | 356.7º | 0.85% | 0.93% | - |
| XYZ | 35.74 | 19.3 | 4.53 | - |
| YUV | 97.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 36 | 47 | 0 | 0.85 | 0.80 | 0.07 | 356.7 | 0.84 | 0.53 |
| Hex | EC | 24 | 2F | 0 | 55 | 50 | 7 | 165 | 54 | 35 |
| Octal | 354 | 44 | 57 | 0 | 125 | 120 | 7 | 545 | 124 | 65 |
| Binary | 11101100 | 100100 | 101111 | 0 | 1010101 | 1010000 | 111 | 101100101 | 1010100 | 110101 |
Color Harmonies of #EC242F
Complementary color
Monochromatic Colors of #EC242F
Black with #EC242F
Text Example
Text Example
White with #EC242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC242F; }
p { color: rgb(236,36,47); }
H1.HeaderClassName
{
color: #EC242F;
}
.AnyTagClassName
{
color: #EC242F;
}
</style>
background-color css
<style>
a { background-color: #EC242F; }
a { background-color: rgb(236,36,47); }
div.DivClassName
{
background-color: #EC242F;
}
.BgClassName
{
background-color: #EC242F;
}
</style>
border-color css
<style>
span { border-color: #EC242F; }
span { border-color: rgb(236,36,47); }
td.TdClassName
{
border-color: #EC242F;
}
.TagClassName
{
border-color: #EC242F;
}
</style>