Shades of Radical Red #ED4359
Tints of Radical Red #ED4359
RGB
CMYK
RGB Variations
Color information
#ED4359 (or 0xED4359) is known color: Radical Red. HEX triplet: ED, 43 and 59. RGB value is (237,67,89). Sum of RGB (Red+Green+Blue) = 237+67+89=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4359 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4359 is #12BCA6. Grayscale: #787878. Windows color (decimal): -1227943 or 5850093. OLE color: 5850093.
HSL color Cylindrical-coordinate representation of color #ED4359: hue angle of 352.24º 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 #ED4359 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 89 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.07 |
| HSL | 352.24º | 0.83% | 0.6% | - |
| HSV(B) | 352.24º | 0.72% | 0.93% | - |
| XYZ | 38.74 | 22.74 | 11.8 | - |
| YUV | 120.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 89 | 0 | 0.72 | 0.62 | 0.07 | 352.24 | 0.83 | 0.6 |
| Hex | ED | 43 | 59 | 0 | 48 | 3E | 7 | 160 | 53 | 3C |
| Octal | 355 | 103 | 131 | 0 | 110 | 76 | 7 | 540 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011001 | 0 | 1001000 | 111110 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #ED4359
Complementary color
Monochromatic Colors of #ED4359
Black with #ED4359
Text Example
Text Example
White with #ED4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4359; }
p { color: rgb(237,67,89); }
H1.HeaderClassName
{
color: #ED4359;
}
.AnyTagClassName
{
color: #ED4359;
}
</style>
background-color css
<style>
a { background-color: #ED4359; }
a { background-color: rgb(237,67,89); }
div.DivClassName
{
background-color: #ED4359;
}
.BgClassName
{
background-color: #ED4359;
}
</style>
border-color css
<style>
span { border-color: #ED4359; }
span { border-color: rgb(237,67,89); }
td.TdClassName
{
border-color: #ED4359;
}
.TagClassName
{
border-color: #ED4359;
}
</style>