Shades of Radical Red #ED4855
Tints of Radical Red #ED4855
RGB
CMYK
RGB Variations
Color information
#ED4855 (or 0xED4855) is known color: Radical Red. HEX triplet: ED, 48 and 55. RGB value is (237,72,85). Sum of RGB (Red+Green+Blue) = 237+72+85=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4855 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4855 is #12B7AA. Grayscale: #7A7A7A. Windows color (decimal): -1226667 or 5589229. OLE color: 5589229.
HSL color Cylindrical-coordinate representation of color #ED4855: hue angle of 355.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4855 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 85 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.07 |
| HSL | 355.27º | 0.82% | 0.61% | - |
| HSV(B) | 355.27º | 0.7% | 0.93% | - |
| XYZ | 38.88 | 23.3 | 11.04 | - |
| YUV | 122.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 85 | 0 | 0.70 | 0.64 | 0.07 | 355.27 | 0.82 | 0.61 |
| Hex | ED | 48 | 55 | 0 | 46 | 40 | 7 | 163 | 52 | 3D |
| Octal | 355 | 110 | 125 | 0 | 106 | 100 | 7 | 543 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1010101 | 0 | 1000110 | 1000000 | 111 | 101100011 | 1010010 | 111101 |
Color Harmonies of #ED4855
Complementary color
Monochromatic Colors of #ED4855
Black with #ED4855
Text Example
Text Example
White with #ED4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4855; }
p { color: rgb(237,72,85); }
H1.HeaderClassName
{
color: #ED4855;
}
.AnyTagClassName
{
color: #ED4855;
}
</style>
background-color css
<style>
a { background-color: #ED4855; }
a { background-color: rgb(237,72,85); }
div.DivClassName
{
background-color: #ED4855;
}
.BgClassName
{
background-color: #ED4855;
}
</style>
border-color css
<style>
span { border-color: #ED4855; }
span { border-color: rgb(237,72,85); }
td.TdClassName
{
border-color: #ED4855;
}
.TagClassName
{
border-color: #ED4855;
}
</style>