Shades of Radical Red #EF4D52
Tints of Radical Red #EF4D52
RGB
CMYK
RGB Variations
Color information
#EF4D52 (or 0xEF4D52) is known color: Radical Red. HEX triplet: EF, 4D and 52. RGB value is (239,77,82). Sum of RGB (Red+Green+Blue) = 239+77+82=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4D52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4D52 is #10B2AD. Grayscale: #7E7E7E. Windows color (decimal): -1094318 or 5393903. OLE color: 5393903.
HSL color Cylindrical-coordinate representation of color #EF4D52: hue angle of 358.15º 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 #EF4D52 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 77 | 82 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.06 |
| HSL | 358.15º | 0.84% | 0.62% | - |
| HSV(B) | 358.15º | 0.68% | 0.94% | - |
| XYZ | 39.77 | 24.27 | 10.57 | - |
| YUV | 126.01 | 103.17 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 77 | 82 | 0 | 0.68 | 0.66 | 0.06 | 358.15 | 0.84 | 0.62 |
| Hex | EF | 4D | 52 | 0 | 44 | 42 | 6 | 166 | 54 | 3E |
| Octal | 357 | 115 | 122 | 0 | 104 | 102 | 6 | 546 | 124 | 76 |
| Binary | 11101111 | 1001101 | 1010010 | 0 | 1000100 | 1000010 | 110 | 101100110 | 1010100 | 111110 |
Color Harmonies of #EF4D52
Complementary color
Monochromatic Colors of #EF4D52
Black with #EF4D52
Text Example
Text Example
White with #EF4D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4D52; }
p { color: rgb(239,77,82); }
H1.HeaderClassName
{
color: #EF4D52;
}
.AnyTagClassName
{
color: #EF4D52;
}
</style>
background-color css
<style>
a { background-color: #EF4D52; }
a { background-color: rgb(239,77,82); }
div.DivClassName
{
background-color: #EF4D52;
}
.BgClassName
{
background-color: #EF4D52;
}
</style>
border-color css
<style>
span { border-color: #EF4D52; }
span { border-color: rgb(239,77,82); }
td.TdClassName
{
border-color: #EF4D52;
}
.TagClassName
{
border-color: #EF4D52;
}
</style>