Shades of Radical Red #EC4753
Tints of Radical Red #EC4753
RGB
CMYK
RGB Variations
Color information
#EC4753 (or 0xEC4753) is known color: Radical Red. HEX triplet: EC, 47 and 53. RGB value is (236,71,83). Sum of RGB (Red+Green+Blue) = 236+71+83=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4753 is #13B8AC. Grayscale: #797979. Windows color (decimal): -1292461 or 5457900. OLE color: 5457900.
HSL color Cylindrical-coordinate representation of color #EC4753: hue angle of 355.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC4753 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 71 | 83 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.07 |
| HSL | 355.64º | 0.81% | 0.6% | - |
| HSV(B) | 355.64º | 0.7% | 0.93% | - |
| XYZ | 38.41 | 22.96 | 10.59 | - |
| YUV | 121.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 71 | 83 | 0 | 0.70 | 0.65 | 0.07 | 355.64 | 0.81 | 0.6 |
| Hex | EC | 47 | 53 | 0 | 46 | 41 | 7 | 164 | 51 | 3C |
| Octal | 354 | 107 | 123 | 0 | 106 | 101 | 7 | 544 | 121 | 74 |
| Binary | 11101100 | 1000111 | 1010011 | 0 | 1000110 | 1000001 | 111 | 101100100 | 1010001 | 111100 |
Color Harmonies of #EC4753
Complementary color
Monochromatic Colors of #EC4753
Black with #EC4753
Text Example
Text Example
White with #EC4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4753; }
p { color: rgb(236,71,83); }
H1.HeaderClassName
{
color: #EC4753;
}
.AnyTagClassName
{
color: #EC4753;
}
</style>
background-color css
<style>
a { background-color: #EC4753; }
a { background-color: rgb(236,71,83); }
div.DivClassName
{
background-color: #EC4753;
}
.BgClassName
{
background-color: #EC4753;
}
</style>
border-color css
<style>
span { border-color: #EC4753; }
span { border-color: rgb(236,71,83); }
td.TdClassName
{
border-color: #EC4753;
}
.TagClassName
{
border-color: #EC4753;
}
</style>