Shades of Radical Red #EF355F
Tints of Radical Red #EF355F
RGB
CMYK
RGB Variations
Color information
#EF355F (or 0xEF355F) is known color: Radical Red. HEX triplet: EF, 35 and 5F. RGB value is (239,53,95). Sum of RGB (Red+Green+Blue) = 239+53+95=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF355F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF355F is #10CAA0. Grayscale: #717171. Windows color (decimal): -1100449 or 6239727. OLE color: 6239727.
HSL color Cylindrical-coordinate representation of color #EF355F: hue angle of 346.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF355F is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 95 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.06 |
| HSL | 346.45º | 0.85% | 0.57% | - |
| HSV(B) | 346.45º | 0.78% | 0.94% | - |
| XYZ | 38.94 | 21.72 | 12.97 | - |
| YUV | 113.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 95 | 0 | 0.78 | 0.60 | 0.06 | 346.45 | 0.85 | 0.57 |
| Hex | EF | 35 | 5F | 0 | 4E | 3C | 6 | 15A | 55 | 39 |
| Octal | 357 | 65 | 137 | 0 | 116 | 74 | 6 | 532 | 125 | 71 |
| Binary | 11101111 | 110101 | 1011111 | 0 | 1001110 | 111100 | 110 | 101011010 | 1010101 | 111001 |
Color Harmonies of #EF355F
Complementary color
Monochromatic Colors of #EF355F
Black with #EF355F
Text Example
Text Example
White with #EF355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF355F; }
p { color: rgb(239,53,95); }
H1.HeaderClassName
{
color: #EF355F;
}
.AnyTagClassName
{
color: #EF355F;
}
</style>
background-color css
<style>
a { background-color: #EF355F; }
a { background-color: rgb(239,53,95); }
div.DivClassName
{
background-color: #EF355F;
}
.BgClassName
{
background-color: #EF355F;
}
</style>
border-color css
<style>
span { border-color: #EF355F; }
span { border-color: rgb(239,53,95); }
td.TdClassName
{
border-color: #EF355F;
}
.TagClassName
{
border-color: #EF355F;
}
</style>