Shades of Radical Red #ED455D
Tints of Radical Red #ED455D
RGB
CMYK
RGB Variations
Color information
#ED455D (or 0xED455D) is known color: Radical Red. HEX triplet: ED, 45 and 5D. RGB value is (237,69,93). Sum of RGB (Red+Green+Blue) = 237+69+93=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED455D is #12BAA2. Grayscale: #7A7A7A. Windows color (decimal): -1227427 or 6112749. OLE color: 6112749.
HSL color Cylindrical-coordinate representation of color #ED455D: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED455D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 93 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.07 |
| HSL | 351.43º | 0.82% | 0.6% | - |
| HSV(B) | 351.43º | 0.71% | 0.93% | - |
| XYZ | 39.03 | 23.05 | 12.75 | - |
| YUV | 121.97 | 111.66 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 93 | 0 | 0.71 | 0.61 | 0.07 | 351.43 | 0.82 | 0.6 |
| Hex | ED | 45 | 5D | 0 | 47 | 3D | 7 | 15F | 52 | 3C |
| Octal | 355 | 105 | 135 | 0 | 107 | 75 | 7 | 537 | 122 | 74 |
| Binary | 11101101 | 1000101 | 1011101 | 0 | 1000111 | 111101 | 111 | 101011111 | 1010010 | 111100 |
Color Harmonies of #ED455D
Complementary color
Monochromatic Colors of #ED455D
Black with #ED455D
Text Example
Text Example
White with #ED455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED455D; }
p { color: rgb(237,69,93); }
H1.HeaderClassName
{
color: #ED455D;
}
.AnyTagClassName
{
color: #ED455D;
}
</style>
background-color css
<style>
a { background-color: #ED455D; }
a { background-color: rgb(237,69,93); }
div.DivClassName
{
background-color: #ED455D;
}
.BgClassName
{
background-color: #ED455D;
}
</style>
border-color css
<style>
span { border-color: #ED455D; }
span { border-color: rgb(237,69,93); }
td.TdClassName
{
border-color: #ED455D;
}
.TagClassName
{
border-color: #ED455D;
}
</style>