Shades of Radical Red #ED4955
Tints of Radical Red #ED4955
RGB
CMYK
RGB Variations
Color information
#ED4955 (or 0xED4955) is known color: Radical Red. HEX triplet: ED, 49 and 55. RGB value is (237,73,85). Sum of RGB (Red+Green+Blue) = 237+73+85=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4955 is #12B6AA. Grayscale: #7B7B7B. Windows color (decimal): -1226411 or 5589485. OLE color: 5589485.
HSL color Cylindrical-coordinate representation of color #ED4955: hue angle of 355.61º 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 #ED4955 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 85 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.07 |
| HSL | 355.61º | 0.82% | 0.61% | - |
| HSV(B) | 355.61º | 0.69% | 0.93% | - |
| XYZ | 38.95 | 23.43 | 11.06 | - |
| YUV | 123.4 | 106.33 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 85 | 0 | 0.69 | 0.64 | 0.07 | 355.61 | 0.82 | 0.61 |
| Hex | ED | 49 | 55 | 0 | 45 | 40 | 7 | 164 | 52 | 3D |
| Octal | 355 | 111 | 125 | 0 | 105 | 100 | 7 | 544 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1010101 | 0 | 1000101 | 1000000 | 111 | 101100100 | 1010010 | 111101 |
Color Harmonies of #ED4955
Complementary color
Monochromatic Colors of #ED4955
Black with #ED4955
Text Example
Text Example
White with #ED4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4955; }
p { color: rgb(237,73,85); }
H1.HeaderClassName
{
color: #ED4955;
}
.AnyTagClassName
{
color: #ED4955;
}
</style>
background-color css
<style>
a { background-color: #ED4955; }
a { background-color: rgb(237,73,85); }
div.DivClassName
{
background-color: #ED4955;
}
.BgClassName
{
background-color: #ED4955;
}
</style>
border-color css
<style>
span { border-color: #ED4955; }
span { border-color: rgb(237,73,85); }
td.TdClassName
{
border-color: #ED4955;
}
.TagClassName
{
border-color: #ED4955;
}
</style>