Shades of Radical Red #ED4959
Tints of Radical Red #ED4959
RGB
CMYK
RGB Variations
Color information
#ED4959 (or 0xED4959) is known color: Radical Red. HEX triplet: ED, 49 and 59. RGB value is (237,73,89). Sum of RGB (Red+Green+Blue) = 237+73+89=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 89 (35.16% from 255 or 22.31% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4959 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4959 is #12B6A6. Grayscale: #7B7B7B. Windows color (decimal): -1226407 or 5851629. OLE color: 5851629.
HSL color Cylindrical-coordinate representation of color #ED4959: hue angle of 354.15º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4959 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 89 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.07 |
| HSL | 354.15º | 0.82% | 0.61% | - |
| HSV(B) | 354.15º | 0.69% | 0.93% | - |
| XYZ | 39.11 | 23.49 | 11.92 | - |
| YUV | 123.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 89 | 0 | 0.69 | 0.62 | 0.07 | 354.15 | 0.82 | 0.61 |
| Hex | ED | 49 | 59 | 0 | 45 | 3E | 7 | 162 | 52 | 3D |
| Octal | 355 | 111 | 131 | 0 | 105 | 76 | 7 | 542 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1011001 | 0 | 1000101 | 111110 | 111 | 101100010 | 1010010 | 111101 |
Color Harmonies of #ED4959
Complementary color
Monochromatic Colors of #ED4959
Black with #ED4959
Text Example
Text Example
White with #ED4959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4959; }
p { color: rgb(237,73,89); }
H1.HeaderClassName
{
color: #ED4959;
}
.AnyTagClassName
{
color: #ED4959;
}
</style>
background-color css
<style>
a { background-color: #ED4959; }
a { background-color: rgb(237,73,89); }
div.DivClassName
{
background-color: #ED4959;
}
.BgClassName
{
background-color: #ED4959;
}
</style>
border-color css
<style>
span { border-color: #ED4959; }
span { border-color: rgb(237,73,89); }
td.TdClassName
{
border-color: #ED4959;
}
.TagClassName
{
border-color: #ED4959;
}
</style>