Shades of Radical Red #EF4054
Tints of Radical Red #EF4054
RGB
CMYK
RGB Variations
Color information
#EF4054 (or 0xEF4054) is known color: Radical Red. HEX triplet: EF, 40 and 54. RGB value is (239,64,84). Sum of RGB (Red+Green+Blue) = 239+64+84=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4054 is #10BFAB. Grayscale: #767676. Windows color (decimal): -1097644 or 5521647. OLE color: 5521647.
HSL color Cylindrical-coordinate representation of color #EF4054: hue angle of 353.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF4054 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 84 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.06 |
| HSL | 353.14º | 0.85% | 0.59% | - |
| HSV(B) | 353.14º | 0.73% | 0.94% | - |
| XYZ | 39.03 | 22.66 | 10.7 | - |
| YUV | 118.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 84 | 0 | 0.73 | 0.65 | 0.06 | 353.14 | 0.85 | 0.59 |
| Hex | EF | 40 | 54 | 0 | 49 | 41 | 6 | 161 | 55 | 3B |
| Octal | 357 | 100 | 124 | 0 | 111 | 101 | 6 | 541 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1010100 | 0 | 1001001 | 1000001 | 110 | 101100001 | 1010101 | 111011 |
Color Harmonies of #EF4054
Complementary color
Monochromatic Colors of #EF4054
Black with #EF4054
Text Example
Text Example
White with #EF4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4054; }
p { color: rgb(239,64,84); }
H1.HeaderClassName
{
color: #EF4054;
}
.AnyTagClassName
{
color: #EF4054;
}
</style>
background-color css
<style>
a { background-color: #EF4054; }
a { background-color: rgb(239,64,84); }
div.DivClassName
{
background-color: #EF4054;
}
.BgClassName
{
background-color: #EF4054;
}
</style>
border-color css
<style>
span { border-color: #EF4054; }
span { border-color: rgb(239,64,84); }
td.TdClassName
{
border-color: #EF4054;
}
.TagClassName
{
border-color: #EF4054;
}
</style>