Shades of Radical Red #ED4851
Tints of Radical Red #ED4851
RGB
CMYK
RGB Variations
Color information
#ED4851 (or 0xED4851) is known color: Radical Red. HEX triplet: ED, 48 and 51. RGB value is (237,72,81). Sum of RGB (Red+Green+Blue) = 237+72+81=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4851 is #12B7AE. Grayscale: #7A7A7A. Windows color (decimal): -1226671 or 5327085. OLE color: 5327085.
HSL color Cylindrical-coordinate representation of color #ED4851: hue angle of 356.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4851 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 81 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.07 |
| HSL | 356.73º | 0.82% | 0.61% | - |
| HSV(B) | 356.73º | 0.7% | 0.93% | - |
| XYZ | 38.73 | 23.23 | 10.23 | - |
| YUV | 122.36 | 104.66 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 81 | 0 | 0.70 | 0.66 | 0.07 | 356.73 | 0.82 | 0.61 |
| Hex | ED | 48 | 51 | 0 | 46 | 42 | 7 | 165 | 52 | 3D |
| Octal | 355 | 110 | 121 | 0 | 106 | 102 | 7 | 545 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1010001 | 0 | 1000110 | 1000010 | 111 | 101100101 | 1010010 | 111101 |
Color Harmonies of #ED4851
Complementary color
Monochromatic Colors of #ED4851
Black with #ED4851
Text Example
Text Example
White with #ED4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4851; }
p { color: rgb(237,72,81); }
H1.HeaderClassName
{
color: #ED4851;
}
.AnyTagClassName
{
color: #ED4851;
}
</style>
background-color css
<style>
a { background-color: #ED4851; }
a { background-color: rgb(237,72,81); }
div.DivClassName
{
background-color: #ED4851;
}
.BgClassName
{
background-color: #ED4851;
}
</style>
border-color css
<style>
span { border-color: #ED4851; }
span { border-color: rgb(237,72,81); }
td.TdClassName
{
border-color: #ED4851;
}
.TagClassName
{
border-color: #ED4851;
}
</style>