Shades of Radical Red #ED4360
Tints of Radical Red #ED4360
RGB
CMYK
RGB Variations
Color information
#ED4360 (or 0xED4360) is known color: Radical Red. HEX triplet: ED, 43 and 60. RGB value is (237,67,96). Sum of RGB (Red+Green+Blue) = 237+67+96=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4360 is #12BC9F. Grayscale: #797979. Windows color (decimal): -1227936 or 6308845. OLE color: 6308845.
HSL color Cylindrical-coordinate representation of color #ED4360: hue angle of 349.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4360 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 96 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.07 |
| HSL | 349.76º | 0.83% | 0.6% | - |
| HSV(B) | 349.76º | 0.72% | 0.93% | - |
| XYZ | 39.04 | 22.86 | 13.42 | - |
| YUV | 121.14 | 113.82 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 96 | 0 | 0.72 | 0.59 | 0.07 | 349.76 | 0.83 | 0.6 |
| Hex | ED | 43 | 60 | 0 | 48 | 3B | 7 | 15E | 53 | 3C |
| Octal | 355 | 103 | 140 | 0 | 110 | 73 | 7 | 536 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1100000 | 0 | 1001000 | 111011 | 111 | 101011110 | 1010011 | 111100 |
Color Harmonies of #ED4360
Complementary color
Monochromatic Colors of #ED4360
Black with #ED4360
Text Example
Text Example
White with #ED4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4360; }
p { color: rgb(237,67,96); }
H1.HeaderClassName
{
color: #ED4360;
}
.AnyTagClassName
{
color: #ED4360;
}
</style>
background-color css
<style>
a { background-color: #ED4360; }
a { background-color: rgb(237,67,96); }
div.DivClassName
{
background-color: #ED4360;
}
.BgClassName
{
background-color: #ED4360;
}
</style>
border-color css
<style>
span { border-color: #ED4360; }
span { border-color: rgb(237,67,96); }
td.TdClassName
{
border-color: #ED4360;
}
.TagClassName
{
border-color: #ED4360;
}
</style>