Shades of Radical Red #ED385C
Tints of Radical Red #ED385C
RGB
CMYK
RGB Variations
Color information
#ED385C (or 0xED385C) is known color: Radical Red. HEX triplet: ED, 38 and 5C. RGB value is (237,56,92). Sum of RGB (Red+Green+Blue) = 237+56+92=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED385C is #12C7A3. Grayscale: #727272. Windows color (decimal): -1230756 or 6043885. OLE color: 6043885.
HSL color Cylindrical-coordinate representation of color #ED385C: hue angle of 348.07º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED385C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 56 | 92 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.07 |
| HSL | 348.07º | 0.83% | 0.57% | - |
| HSV(B) | 348.07º | 0.76% | 0.93% | - |
| XYZ | 38.27 | 21.61 | 12.28 | - |
| YUV | 114.22 | 115.47 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 56 | 92 | 0 | 0.76 | 0.61 | 0.07 | 348.07 | 0.83 | 0.57 |
| Hex | ED | 38 | 5C | 0 | 4C | 3D | 7 | 15C | 53 | 39 |
| Octal | 355 | 70 | 134 | 0 | 114 | 75 | 7 | 534 | 123 | 71 |
| Binary | 11101101 | 111000 | 1011100 | 0 | 1001100 | 111101 | 111 | 101011100 | 1010011 | 111001 |
Color Harmonies of #ED385C
Complementary color
Monochromatic Colors of #ED385C
Black with #ED385C
Text Example
Text Example
White with #ED385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED385C; }
p { color: rgb(237,56,92); }
H1.HeaderClassName
{
color: #ED385C;
}
.AnyTagClassName
{
color: #ED385C;
}
</style>
background-color css
<style>
a { background-color: #ED385C; }
a { background-color: rgb(237,56,92); }
div.DivClassName
{
background-color: #ED385C;
}
.BgClassName
{
background-color: #ED385C;
}
</style>
border-color css
<style>
span { border-color: #ED385C; }
span { border-color: rgb(237,56,92); }
td.TdClassName
{
border-color: #ED385C;
}
.TagClassName
{
border-color: #ED385C;
}
</style>