Shades of Radical Red #ED435F
Tints of Radical Red #ED435F
RGB
CMYK
RGB Variations
Color information
#ED435F (or 0xED435F) is known color: Radical Red. HEX triplet: ED, 43 and 5F. RGB value is (237,67,95). Sum of RGB (Red+Green+Blue) = 237+67+95=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED435F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED435F is #12BCA0. Grayscale: #797979. Windows color (decimal): -1227937 or 6243309. OLE color: 6243309.
HSL color Cylindrical-coordinate representation of color #ED435F: hue angle of 350.12º 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 #ED435F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 95 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.07 |
| HSL | 350.12º | 0.83% | 0.6% | - |
| HSV(B) | 350.12º | 0.72% | 0.93% | - |
| XYZ | 39 | 22.85 | 13.18 | - |
| YUV | 121.02 | 113.32 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 95 | 0 | 0.72 | 0.60 | 0.07 | 350.12 | 0.83 | 0.6 |
| Hex | ED | 43 | 5F | 0 | 48 | 3C | 7 | 15E | 53 | 3C |
| Octal | 355 | 103 | 137 | 0 | 110 | 74 | 7 | 536 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011111 | 0 | 1001000 | 111100 | 111 | 101011110 | 1010011 | 111100 |
Color Harmonies of #ED435F
Complementary color
Monochromatic Colors of #ED435F
Black with #ED435F
Text Example
Text Example
White with #ED435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED435F; }
p { color: rgb(237,67,95); }
H1.HeaderClassName
{
color: #ED435F;
}
.AnyTagClassName
{
color: #ED435F;
}
</style>
background-color css
<style>
a { background-color: #ED435F; }
a { background-color: rgb(237,67,95); }
div.DivClassName
{
background-color: #ED435F;
}
.BgClassName
{
background-color: #ED435F;
}
</style>
border-color css
<style>
span { border-color: #ED435F; }
span { border-color: rgb(237,67,95); }
td.TdClassName
{
border-color: #ED435F;
}
.TagClassName
{
border-color: #ED435F;
}
</style>