Shades of Radical Red #EF3C59
Tints of Radical Red #EF3C59
RGB
CMYK
RGB Variations
Color information
#EF3C59 (or 0xEF3C59) is known color: Radical Red. HEX triplet: EF, 3C and 59. RGB value is (239,60,89). Sum of RGB (Red+Green+Blue) = 239+60+89=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3C59 is #10C3A6. Grayscale: #747474. Windows color (decimal): -1098663 or 5848303. OLE color: 5848303.
HSL color Cylindrical-coordinate representation of color #EF3C59: hue angle of 350.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EF3C59 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 60 | 89 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.06 |
| HSL | 350.28º | 0.85% | 0.59% | - |
| HSV(B) | 350.28º | 0.75% | 0.94% | - |
| XYZ | 39.02 | 22.3 | 11.7 | - |
| YUV | 116.83 | 112.3 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 60 | 89 | 0 | 0.75 | 0.63 | 0.06 | 350.28 | 0.85 | 0.59 |
| Hex | EF | 3C | 59 | 0 | 4B | 3F | 6 | 15E | 55 | 3B |
| Octal | 357 | 74 | 131 | 0 | 113 | 77 | 6 | 536 | 125 | 73 |
| Binary | 11101111 | 111100 | 1011001 | 0 | 1001011 | 111111 | 110 | 101011110 | 1010101 | 111011 |
Color Harmonies of #EF3C59
Complementary color
Monochromatic Colors of #EF3C59
Black with #EF3C59
Text Example
Text Example
White with #EF3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3C59; }
p { color: rgb(239,60,89); }
H1.HeaderClassName
{
color: #EF3C59;
}
.AnyTagClassName
{
color: #EF3C59;
}
</style>
background-color css
<style>
a { background-color: #EF3C59; }
a { background-color: rgb(239,60,89); }
div.DivClassName
{
background-color: #EF3C59;
}
.BgClassName
{
background-color: #EF3C59;
}
</style>
border-color css
<style>
span { border-color: #EF3C59; }
span { border-color: rgb(239,60,89); }
td.TdClassName
{
border-color: #EF3C59;
}
.TagClassName
{
border-color: #EF3C59;
}
</style>