Shades of Radical Red #ED4656
Tints of Radical Red #ED4656
RGB
CMYK
RGB Variations
Color information
#ED4656 (or 0xED4656) is known color: Radical Red. HEX triplet: ED, 46 and 56. RGB value is (237,70,86). Sum of RGB (Red+Green+Blue) = 237+70+86=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4656 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4656 is #12B9A9. Grayscale: #797979. Windows color (decimal): -1227178 or 5654253. OLE color: 5654253.
HSL color Cylindrical-coordinate representation of color #ED4656: hue angle of 354.25º degrees, saturation: 0.82, 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 #ED4656 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 86 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.07 |
| HSL | 354.25º | 0.82% | 0.6% | - |
| HSV(B) | 354.25º | 0.7% | 0.93% | - |
| XYZ | 38.79 | 23.06 | 11.21 | - |
| YUV | 121.76 | 107.83 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 86 | 0 | 0.70 | 0.64 | 0.07 | 354.25 | 0.82 | 0.6 |
| Hex | ED | 46 | 56 | 0 | 46 | 40 | 7 | 162 | 52 | 3C |
| Octal | 355 | 106 | 126 | 0 | 106 | 100 | 7 | 542 | 122 | 74 |
| Binary | 11101101 | 1000110 | 1010110 | 0 | 1000110 | 1000000 | 111 | 101100010 | 1010010 | 111100 |
Color Harmonies of #ED4656
Complementary color
Monochromatic Colors of #ED4656
Black with #ED4656
Text Example
Text Example
White with #ED4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4656; }
p { color: rgb(237,70,86); }
H1.HeaderClassName
{
color: #ED4656;
}
.AnyTagClassName
{
color: #ED4656;
}
</style>
background-color css
<style>
a { background-color: #ED4656; }
a { background-color: rgb(237,70,86); }
div.DivClassName
{
background-color: #ED4656;
}
.BgClassName
{
background-color: #ED4656;
}
</style>
border-color css
<style>
span { border-color: #ED4656; }
span { border-color: rgb(237,70,86); }
td.TdClassName
{
border-color: #ED4656;
}
.TagClassName
{
border-color: #ED4656;
}
</style>