Shades of Radical Red #ED445B
Tints of Radical Red #ED445B
RGB
CMYK
RGB Variations
Color information
#ED445B (or 0xED445B) is known color: Radical Red. HEX triplet: ED, 44 and 5B. RGB value is (237,68,91). Sum of RGB (Red+Green+Blue) = 237+68+91=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED445B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED445B is #12BBA4. Grayscale: #797979. Windows color (decimal): -1227685 or 5981421. OLE color: 5981421.
HSL color Cylindrical-coordinate representation of color #ED445B: hue angle of 351.83º 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 #ED445B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.07 |
| HSL | 351.83º | 0.82% | 0.6% | - |
| HSV(B) | 351.83º | 0.71% | 0.93% | - |
| XYZ | 38.88 | 22.89 | 12.27 | - |
| YUV | 121.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 91 | 0 | 0.71 | 0.62 | 0.07 | 351.83 | 0.82 | 0.6 |
| Hex | ED | 44 | 5B | 0 | 47 | 3E | 7 | 160 | 52 | 3C |
| Octal | 355 | 104 | 133 | 0 | 107 | 76 | 7 | 540 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1011011 | 0 | 1000111 | 111110 | 111 | 101100000 | 1010010 | 111100 |
Color Harmonies of #ED445B
Complementary color
Monochromatic Colors of #ED445B
Black with #ED445B
Text Example
Text Example
White with #ED445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED445B; }
p { color: rgb(237,68,91); }
H1.HeaderClassName
{
color: #ED445B;
}
.AnyTagClassName
{
color: #ED445B;
}
</style>
background-color css
<style>
a { background-color: #ED445B; }
a { background-color: rgb(237,68,91); }
div.DivClassName
{
background-color: #ED445B;
}
.BgClassName
{
background-color: #ED445B;
}
</style>
border-color css
<style>
span { border-color: #ED445B; }
span { border-color: rgb(237,68,91); }
td.TdClassName
{
border-color: #ED445B;
}
.TagClassName
{
border-color: #ED445B;
}
</style>