Shades of Radical Red #ED4756
Tints of Radical Red #ED4756
RGB
CMYK
RGB Variations
Color information
#ED4756 (or 0xED4756) is known color: Radical Red. HEX triplet: ED, 47 and 56. RGB value is (237,71,86). Sum of RGB (Red+Green+Blue) = 237+71+86=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4756 is #12B8A9. Grayscale: #7A7A7A. Windows color (decimal): -1226922 or 5654509. OLE color: 5654509.
HSL color Cylindrical-coordinate representation of color #ED4756: hue angle of 354.58º 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 #ED4756 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 86 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.07 |
| HSL | 354.58º | 0.82% | 0.6% | - |
| HSV(B) | 354.58º | 0.7% | 0.93% | - |
| XYZ | 38.86 | 23.18 | 11.23 | - |
| YUV | 122.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 86 | 0 | 0.70 | 0.64 | 0.07 | 354.58 | 0.82 | 0.6 |
| Hex | ED | 47 | 56 | 0 | 46 | 40 | 7 | 163 | 52 | 3C |
| Octal | 355 | 107 | 126 | 0 | 106 | 100 | 7 | 543 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1010110 | 0 | 1000110 | 1000000 | 111 | 101100011 | 1010010 | 111100 |
Color Harmonies of #ED4756
Complementary color
Monochromatic Colors of #ED4756
Black with #ED4756
Text Example
Text Example
White with #ED4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4756; }
p { color: rgb(237,71,86); }
H1.HeaderClassName
{
color: #ED4756;
}
.AnyTagClassName
{
color: #ED4756;
}
</style>
background-color css
<style>
a { background-color: #ED4756; }
a { background-color: rgb(237,71,86); }
div.DivClassName
{
background-color: #ED4756;
}
.BgClassName
{
background-color: #ED4756;
}
</style>
border-color css
<style>
span { border-color: #ED4756; }
span { border-color: rgb(237,71,86); }
td.TdClassName
{
border-color: #ED4756;
}
.TagClassName
{
border-color: #ED4756;
}
</style>