Shades of Radical Red #ED4753
Tints of Radical Red #ED4753
RGB
CMYK
RGB Variations
Color information
#ED4753 (or 0xED4753) is known color: Radical Red. HEX triplet: ED, 47 and 53. RGB value is (237,71,83). Sum of RGB (Red+Green+Blue) = 237+71+83=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4753 is #12B8AC. Grayscale: #7A7A7A. Windows color (decimal): -1226925 or 5457901. OLE color: 5457901.
HSL color Cylindrical-coordinate representation of color #ED4753: hue angle of 355.66º 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 #ED4753 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 83 | - |
| CMYK | 0 | 0.70 | 0.65 | 0.07 |
| HSL | 355.66º | 0.82% | 0.6% | - |
| HSV(B) | 355.66º | 0.7% | 0.93% | - |
| XYZ | 38.74 | 23.14 | 10.61 | - |
| YUV | 122 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 83 | 0 | 0.70 | 0.65 | 0.07 | 355.66 | 0.82 | 0.6 |
| Hex | ED | 47 | 53 | 0 | 46 | 41 | 7 | 164 | 52 | 3C |
| Octal | 355 | 107 | 123 | 0 | 106 | 101 | 7 | 544 | 122 | 74 |
| Binary | 11101101 | 1000111 | 1010011 | 0 | 1000110 | 1000001 | 111 | 101100100 | 1010010 | 111100 |
Color Harmonies of #ED4753
Complementary color
Monochromatic Colors of #ED4753
Black with #ED4753
Text Example
Text Example
White with #ED4753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4753; }
p { color: rgb(237,71,83); }
H1.HeaderClassName
{
color: #ED4753;
}
.AnyTagClassName
{
color: #ED4753;
}
</style>
background-color css
<style>
a { background-color: #ED4753; }
a { background-color: rgb(237,71,83); }
div.DivClassName
{
background-color: #ED4753;
}
.BgClassName
{
background-color: #ED4753;
}
</style>
border-color css
<style>
span { border-color: #ED4753; }
span { border-color: rgb(237,71,83); }
td.TdClassName
{
border-color: #ED4753;
}
.TagClassName
{
border-color: #ED4753;
}
</style>