Shades of Radical Red #EF4D55
Tints of Radical Red #EF4D55
RGB
CMYK
RGB Variations
Color information
#EF4D55 (or 0xEF4D55) is known color: Radical Red. HEX triplet: EF, 4D and 55. RGB value is (239,77,85). Sum of RGB (Red+Green+Blue) = 239+77+85=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D55 is #10B2AA. Grayscale: #7E7E7E. Windows color (decimal): -1094315 or 5590511. OLE color: 5590511.
HSL color Cylindrical-coordinate representation of color #EF4D55: hue angle of 357.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF4D55 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 85 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.06 |
| HSL | 357.04º | 0.84% | 0.62% | - |
| HSV(B) | 357.04º | 0.68% | 0.94% | - |
| XYZ | 39.89 | 24.31 | 11.19 | - |
| YUV | 126.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 85 | 0 | 0.68 | 0.64 | 0.06 | 357.04 | 0.84 | 0.62 |
| Hex | EF | 4D | 55 | 0 | 44 | 40 | 6 | 165 | 54 | 3E |
| Octal | 357 | 115 | 125 | 0 | 104 | 100 | 6 | 545 | 124 | 76 |
| Binary | 11101111 | 1001101 | 1010101 | 0 | 1000100 | 1000000 | 110 | 101100101 | 1010100 | 111110 |
Color Harmonies of #EF4D55
Complementary color
Monochromatic Colors of #EF4D55
Black with #EF4D55
Text Example
Text Example
White with #EF4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D55; }
p { color: rgb(239,77,85); }
H1.HeaderClassName
{
color: #EF4D55;
}
.AnyTagClassName
{
color: #EF4D55;
}
</style>
background-color css
<style>
a { background-color: #EF4D55; }
a { background-color: rgb(239,77,85); }
div.DivClassName
{
background-color: #EF4D55;
}
.BgClassName
{
background-color: #EF4D55;
}
</style>
border-color css
<style>
span { border-color: #EF4D55; }
span { border-color: rgb(239,77,85); }
td.TdClassName
{
border-color: #EF4D55;
}
.TagClassName
{
border-color: #EF4D55;
}
</style>