Shades of Radical Red #EC425D
Tints of Radical Red #EC425D
RGB
CMYK
RGB Variations
Color information
#EC425D (or 0xEC425D) is known color: Radical Red. HEX triplet: EC, 42 and 5D. RGB value is (236,66,93). Sum of RGB (Red+Green+Blue) = 236+66+93=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC425D is #13BDA2. Grayscale: #777777. Windows color (decimal): -1293731 or 6111980. OLE color: 6111980.
HSL color Cylindrical-coordinate representation of color #EC425D: hue angle of 350.47º 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 #EC425D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 350.47º | 0.82% | 0.59% | - |
| HSV(B) | 350.47º | 0.72% | 0.93% | - |
| XYZ | 38.52 | 22.52 | 12.67 | - |
| YUV | 119.91 | 112.82 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 93 | 0 | 0.72 | 0.61 | 0.07 | 350.47 | 0.82 | 0.59 |
| Hex | EC | 42 | 5D | 0 | 48 | 3D | 7 | 15E | 52 | 3B |
| Octal | 354 | 102 | 135 | 0 | 110 | 75 | 7 | 536 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1011101 | 0 | 1001000 | 111101 | 111 | 101011110 | 1010010 | 111011 |
Color Harmonies of #EC425D
Complementary color
Monochromatic Colors of #EC425D
Black with #EC425D
Text Example
Text Example
White with #EC425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC425D; }
p { color: rgb(236,66,93); }
H1.HeaderClassName
{
color: #EC425D;
}
.AnyTagClassName
{
color: #EC425D;
}
</style>
background-color css
<style>
a { background-color: #EC425D; }
a { background-color: rgb(236,66,93); }
div.DivClassName
{
background-color: #EC425D;
}
.BgClassName
{
background-color: #EC425D;
}
</style>
border-color css
<style>
span { border-color: #EC425D; }
span { border-color: rgb(236,66,93); }
td.TdClassName
{
border-color: #EC425D;
}
.TagClassName
{
border-color: #EC425D;
}
</style>