Shades of Radical Red #EC4556
Tints of Radical Red #EC4556
RGB
CMYK
RGB Variations
Color information
#EC4556 (or 0xEC4556) is known color: Radical Red. HEX triplet: EC, 45 and 56. RGB value is (236,69,86). Sum of RGB (Red+Green+Blue) = 236+69+86=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4556 is #13BAA9. Grayscale: #787878. Windows color (decimal): -1292970 or 5653996. OLE color: 5653996.
HSL color Cylindrical-coordinate representation of color #EC4556: hue angle of 353.89º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4556 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 86 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 353.89º | 0.81% | 0.6% | - |
| HSV(B) | 353.89º | 0.71% | 0.93% | - |
| XYZ | 38.4 | 22.76 | 11.17 | - |
| YUV | 120.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 86 | 0 | 0.71 | 0.64 | 0.07 | 353.89 | 0.81 | 0.6 |
| Hex | EC | 45 | 56 | 0 | 47 | 40 | 7 | 162 | 51 | 3C |
| Octal | 354 | 105 | 126 | 0 | 107 | 100 | 7 | 542 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1010110 | 0 | 1000111 | 1000000 | 111 | 101100010 | 1010001 | 111100 |
Color Harmonies of #EC4556
Complementary color
Monochromatic Colors of #EC4556
Black with #EC4556
Text Example
Text Example
White with #EC4556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4556; }
p { color: rgb(236,69,86); }
H1.HeaderClassName
{
color: #EC4556;
}
.AnyTagClassName
{
color: #EC4556;
}
</style>
background-color css
<style>
a { background-color: #EC4556; }
a { background-color: rgb(236,69,86); }
div.DivClassName
{
background-color: #EC4556;
}
.BgClassName
{
background-color: #EC4556;
}
</style>
border-color css
<style>
span { border-color: #EC4556; }
span { border-color: rgb(236,69,86); }
td.TdClassName
{
border-color: #EC4556;
}
.TagClassName
{
border-color: #EC4556;
}
</style>