Shades of Radical Red #EF355C
Tints of Radical Red #EF355C
RGB
CMYK
RGB Variations
Color information
#EF355C (or 0xEF355C) is known color: Radical Red. HEX triplet: EF, 35 and 5C. RGB value is (239,53,92). Sum of RGB (Red+Green+Blue) = 239+53+92=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF355C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF355C is #10CAA3. Grayscale: #717171. Windows color (decimal): -1100452 or 6043119. OLE color: 6043119.
HSL color Cylindrical-coordinate representation of color #EF355C: hue angle of 347.42º 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 #EF355C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 53 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.06 |
| HSL | 347.42º | 0.85% | 0.57% | - |
| HSV(B) | 347.42º | 0.78% | 0.94% | - |
| XYZ | 38.8 | 21.67 | 12.26 | - |
| YUV | 113.06 | 116.12 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 53 | 92 | 0 | 0.78 | 0.62 | 0.06 | 347.42 | 0.85 | 0.57 |
| Hex | EF | 35 | 5C | 0 | 4E | 3E | 6 | 15B | 55 | 39 |
| Octal | 357 | 65 | 134 | 0 | 116 | 76 | 6 | 533 | 125 | 71 |
| Binary | 11101111 | 110101 | 1011100 | 0 | 1001110 | 111110 | 110 | 101011011 | 1010101 | 111001 |
Color Harmonies of #EF355C
Complementary color
Monochromatic Colors of #EF355C
Black with #EF355C
Text Example
Text Example
White with #EF355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF355C; }
p { color: rgb(239,53,92); }
H1.HeaderClassName
{
color: #EF355C;
}
.AnyTagClassName
{
color: #EF355C;
}
</style>
background-color css
<style>
a { background-color: #EF355C; }
a { background-color: rgb(239,53,92); }
div.DivClassName
{
background-color: #EF355C;
}
.BgClassName
{
background-color: #EF355C;
}
</style>
border-color css
<style>
span { border-color: #EF355C; }
span { border-color: rgb(239,53,92); }
td.TdClassName
{
border-color: #EF355C;
}
.TagClassName
{
border-color: #EF355C;
}
</style>