Shades of Radical Red #ED435D
Tints of Radical Red #ED435D
RGB
CMYK
RGB Variations
Color information
#ED435D (or 0xED435D) is known color: Radical Red. HEX triplet: ED, 43 and 5D. RGB value is (237,67,93). Sum of RGB (Red+Green+Blue) = 237+67+93=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED435D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED435D is #12BCA2. Grayscale: #787878. Windows color (decimal): -1227939 or 6112237. OLE color: 6112237.
HSL color Cylindrical-coordinate representation of color #ED435D: hue angle of 350.82º 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 #ED435D is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 93 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.07 |
| HSL | 350.82º | 0.83% | 0.6% | - |
| HSV(B) | 350.82º | 0.72% | 0.93% | - |
| XYZ | 38.91 | 22.81 | 12.71 | - |
| YUV | 120.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 93 | 0 | 0.72 | 0.61 | 0.07 | 350.82 | 0.83 | 0.6 |
| Hex | ED | 43 | 5D | 0 | 48 | 3D | 7 | 15F | 53 | 3C |
| Octal | 355 | 103 | 135 | 0 | 110 | 75 | 7 | 537 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011101 | 0 | 1001000 | 111101 | 111 | 101011111 | 1010011 | 111100 |
Color Harmonies of #ED435D
Complementary color
Monochromatic Colors of #ED435D
Black with #ED435D
Text Example
Text Example
White with #ED435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED435D; }
p { color: rgb(237,67,93); }
H1.HeaderClassName
{
color: #ED435D;
}
.AnyTagClassName
{
color: #ED435D;
}
</style>
background-color css
<style>
a { background-color: #ED435D; }
a { background-color: rgb(237,67,93); }
div.DivClassName
{
background-color: #ED435D;
}
.BgClassName
{
background-color: #ED435D;
}
</style>
border-color css
<style>
span { border-color: #ED435D; }
span { border-color: rgb(237,67,93); }
td.TdClassName
{
border-color: #ED435D;
}
.TagClassName
{
border-color: #ED435D;
}
</style>