Shades of Radical Red #EF345C
Tints of Radical Red #EF345C
RGB
CMYK
RGB Variations
Color information
#EF345C (or 0xEF345C) is known color: Radical Red. HEX triplet: EF, 34 and 5C. RGB value is (239,52,92). Sum of RGB (Red+Green+Blue) = 239+52+92=383 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.40% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 239 - color contains mainly: red. Hex color #EF345C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF345C is #10CBA3. Grayscale: #707070. Windows color (decimal): -1100708 or 6042863. OLE color: 6042863.
HSL color Cylindrical-coordinate representation of color #EF345C: hue angle of 347.17º 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 #EF345C is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 52 | 92 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.06 |
| HSL | 347.17º | 0.85% | 0.57% | - |
| HSV(B) | 347.17º | 0.78% | 0.94% | - |
| XYZ | 38.76 | 21.58 | 12.25 | - |
| YUV | 112.47 | 116.45 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 52 | 92 | 0 | 0.78 | 0.62 | 0.06 | 347.17 | 0.85 | 0.57 |
| Hex | EF | 34 | 5C | 0 | 4E | 3E | 6 | 15B | 55 | 39 |
| Octal | 357 | 64 | 134 | 0 | 116 | 76 | 6 | 533 | 125 | 71 |
| Binary | 11101111 | 110100 | 1011100 | 0 | 1001110 | 111110 | 110 | 101011011 | 1010101 | 111001 |
Color Harmonies of #EF345C
Complementary color
Monochromatic Colors of #EF345C
Black with #EF345C
Text Example
Text Example
White with #EF345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF345C; }
p { color: rgb(239,52,92); }
H1.HeaderClassName
{
color: #EF345C;
}
.AnyTagClassName
{
color: #EF345C;
}
</style>
background-color css
<style>
a { background-color: #EF345C; }
a { background-color: rgb(239,52,92); }
div.DivClassName
{
background-color: #EF345C;
}
.BgClassName
{
background-color: #EF345C;
}
</style>
border-color css
<style>
span { border-color: #EF345C; }
span { border-color: rgb(239,52,92); }
td.TdClassName
{
border-color: #EF345C;
}
.TagClassName
{
border-color: #EF345C;
}
</style>