Shades of Radical Red #EC4554
Tints of Radical Red #EC4554
RGB
CMYK
RGB Variations
Color information
#EC4554 (or 0xEC4554) is known color: Radical Red. HEX triplet: EC, 45 and 54. RGB value is (236,69,84). Sum of RGB (Red+Green+Blue) = 236+69+84=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4554 is #13BAAB. Grayscale: #787878. Windows color (decimal): -1292972 or 5522924. OLE color: 5522924.
HSL color Cylindrical-coordinate representation of color #EC4554: hue angle of 354.61º 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 #EC4554 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 84 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 354.61º | 0.81% | 0.6% | - |
| HSV(B) | 354.61º | 0.71% | 0.93% | - |
| XYZ | 38.32 | 22.73 | 10.75 | - |
| YUV | 120.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 84 | 0 | 0.71 | 0.64 | 0.07 | 354.61 | 0.81 | 0.6 |
| Hex | EC | 45 | 54 | 0 | 47 | 40 | 7 | 163 | 51 | 3C |
| Octal | 354 | 105 | 124 | 0 | 107 | 100 | 7 | 543 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1010100 | 0 | 1000111 | 1000000 | 111 | 101100011 | 1010001 | 111100 |
Color Harmonies of #EC4554
Complementary color
Monochromatic Colors of #EC4554
Black with #EC4554
Text Example
Text Example
White with #EC4554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4554; }
p { color: rgb(236,69,84); }
H1.HeaderClassName
{
color: #EC4554;
}
.AnyTagClassName
{
color: #EC4554;
}
</style>
background-color css
<style>
a { background-color: #EC4554; }
a { background-color: rgb(236,69,84); }
div.DivClassName
{
background-color: #EC4554;
}
.BgClassName
{
background-color: #EC4554;
}
</style>
border-color css
<style>
span { border-color: #EC4554; }
span { border-color: rgb(236,69,84); }
td.TdClassName
{
border-color: #EC4554;
}
.TagClassName
{
border-color: #EC4554;
}
</style>