Shades of Radical Red #EF355D
Tints of Radical Red #EF355D
RGB
CMYK
RGB Variations
Color information
#EF355D (or 0xEF355D) is known color: Radical Red. HEX triplet: EF, 35 and 5D. RGB value is (239,53,93). Sum of RGB (Red+Green+Blue) = 239+53+93=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF355D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF355D is #10CAA2. Grayscale: #717171. Windows color (decimal): -1100451 or 6108655. OLE color: 6108655.
HSL color Cylindrical-coordinate representation of color #EF355D: hue angle of 347.1º 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 #EF355D is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 93 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.06 |
| HSL | 347.1º | 0.85% | 0.57% | - |
| HSV(B) | 347.1º | 0.78% | 0.94% | - |
| XYZ | 38.85 | 21.69 | 12.49 | - |
| YUV | 113.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 93 | 0 | 0.78 | 0.61 | 0.06 | 347.1 | 0.85 | 0.57 |
| Hex | EF | 35 | 5D | 0 | 4E | 3D | 6 | 15B | 55 | 39 |
| Octal | 357 | 65 | 135 | 0 | 116 | 75 | 6 | 533 | 125 | 71 |
| Binary | 11101111 | 110101 | 1011101 | 0 | 1001110 | 111101 | 110 | 101011011 | 1010101 | 111001 |
Color Harmonies of #EF355D
Complementary color
Monochromatic Colors of #EF355D
Black with #EF355D
Text Example
Text Example
White with #EF355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF355D; }
p { color: rgb(239,53,93); }
H1.HeaderClassName
{
color: #EF355D;
}
.AnyTagClassName
{
color: #EF355D;
}
</style>
background-color css
<style>
a { background-color: #EF355D; }
a { background-color: rgb(239,53,93); }
div.DivClassName
{
background-color: #EF355D;
}
.BgClassName
{
background-color: #EF355D;
}
</style>
border-color css
<style>
span { border-color: #EF355D; }
span { border-color: rgb(239,53,93); }
td.TdClassName
{
border-color: #EF355D;
}
.TagClassName
{
border-color: #EF355D;
}
</style>