Shades of Radical Red #ED4555
Tints of Radical Red #ED4555
RGB
CMYK
RGB Variations
Color information
#ED4555 (or 0xED4555) is known color: Radical Red. HEX triplet: ED, 45 and 55. RGB value is (237,69,85). Sum of RGB (Red+Green+Blue) = 237+69+85=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4555 is #12BAAA. Grayscale: #797979. Windows color (decimal): -1227435 or 5588461. OLE color: 5588461.
HSL color Cylindrical-coordinate representation of color #ED4555: hue angle of 354.29º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED4555 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 85 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.07 |
| HSL | 354.29º | 0.82% | 0.6% | - |
| HSV(B) | 354.29º | 0.71% | 0.93% | - |
| XYZ | 38.69 | 22.92 | 10.98 | - |
| YUV | 121.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 85 | 0 | 0.71 | 0.64 | 0.07 | 354.29 | 0.82 | 0.6 |
| Hex | ED | 45 | 55 | 0 | 47 | 40 | 7 | 162 | 52 | 3C |
| Octal | 355 | 105 | 125 | 0 | 107 | 100 | 7 | 542 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1010101 | 0 | 1000111 | 1000000 | 111 | 101100010 | 1010010 | 111100 |
Color Harmonies of #ED4555
Complementary color
Monochromatic Colors of #ED4555
Black with #ED4555
Text Example
Text Example
White with #ED4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4555; }
p { color: rgb(237,69,85); }
H1.HeaderClassName
{
color: #ED4555;
}
.AnyTagClassName
{
color: #ED4555;
}
</style>
background-color css
<style>
a { background-color: #ED4555; }
a { background-color: rgb(237,69,85); }
div.DivClassName
{
background-color: #ED4555;
}
.BgClassName
{
background-color: #ED4555;
}
</style>
border-color css
<style>
span { border-color: #ED4555; }
span { border-color: rgb(237,69,85); }
td.TdClassName
{
border-color: #ED4555;
}
.TagClassName
{
border-color: #ED4555;
}
</style>