Shades of Radical Red #ED435B
Tints of Radical Red #ED435B
RGB
CMYK
RGB Variations
Color information
#ED435B (or 0xED435B) is known color: Radical Red. HEX triplet: ED, 43 and 5B. RGB value is (237,67,91). Sum of RGB (Red+Green+Blue) = 237+67+91=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED435B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED435B is #12BCA4. Grayscale: #787878. Windows color (decimal): -1227941 or 5981165. OLE color: 5981165.
HSL color Cylindrical-coordinate representation of color #ED435B: hue angle of 351.53º 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 #ED435B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 91 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.07 |
| HSL | 351.53º | 0.83% | 0.6% | - |
| HSV(B) | 351.53º | 0.72% | 0.93% | - |
| XYZ | 38.82 | 22.77 | 12.25 | - |
| YUV | 120.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 91 | 0 | 0.72 | 0.62 | 0.07 | 351.53 | 0.83 | 0.6 |
| Hex | ED | 43 | 5B | 0 | 48 | 3E | 7 | 160 | 53 | 3C |
| Octal | 355 | 103 | 133 | 0 | 110 | 76 | 7 | 540 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1011011 | 0 | 1001000 | 111110 | 111 | 101100000 | 1010011 | 111100 |
Color Harmonies of #ED435B
Complementary color
Monochromatic Colors of #ED435B
Black with #ED435B
Text Example
Text Example
White with #ED435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED435B; }
p { color: rgb(237,67,91); }
H1.HeaderClassName
{
color: #ED435B;
}
.AnyTagClassName
{
color: #ED435B;
}
</style>
background-color css
<style>
a { background-color: #ED435B; }
a { background-color: rgb(237,67,91); }
div.DivClassName
{
background-color: #ED435B;
}
.BgClassName
{
background-color: #ED435B;
}
</style>
border-color css
<style>
span { border-color: #ED435B; }
span { border-color: rgb(237,67,91); }
td.TdClassName
{
border-color: #ED435B;
}
.TagClassName
{
border-color: #ED435B;
}
</style>