Shades of Radical Red #EC4160
Tints of Radical Red #EC4160
RGB
CMYK
RGB Variations
Color information
#EC4160 (or 0xEC4160) is known color: Radical Red. HEX triplet: EC, 41 and 60. RGB value is (236,65,96). Sum of RGB (Red+Green+Blue) = 236+65+96=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4160 is #13BE9F. Grayscale: #777777. Windows color (decimal): -1293984 or 6308332. OLE color: 6308332.
HSL color Cylindrical-coordinate representation of color #EC4160: hue angle of 349.12º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4160 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 96 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.07 |
| HSL | 349.12º | 0.82% | 0.59% | - |
| HSV(B) | 349.12º | 0.72% | 0.93% | - |
| XYZ | 38.59 | 22.46 | 13.37 | - |
| YUV | 119.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 96 | 0 | 0.72 | 0.59 | 0.07 | 349.12 | 0.82 | 0.59 |
| Hex | EC | 41 | 60 | 0 | 48 | 3B | 7 | 15D | 52 | 3B |
| Octal | 354 | 101 | 140 | 0 | 110 | 73 | 7 | 535 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1100000 | 0 | 1001000 | 111011 | 111 | 101011101 | 1010010 | 111011 |
Color Harmonies of #EC4160
Complementary color
Monochromatic Colors of #EC4160
Black with #EC4160
Text Example
Text Example
White with #EC4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4160; }
p { color: rgb(236,65,96); }
H1.HeaderClassName
{
color: #EC4160;
}
.AnyTagClassName
{
color: #EC4160;
}
</style>
background-color css
<style>
a { background-color: #EC4160; }
a { background-color: rgb(236,65,96); }
div.DivClassName
{
background-color: #EC4160;
}
.BgClassName
{
background-color: #EC4160;
}
</style>
border-color css
<style>
span { border-color: #EC4160; }
span { border-color: rgb(236,65,96); }
td.TdClassName
{
border-color: #EC4160;
}
.TagClassName
{
border-color: #EC4160;
}
</style>