Shades of Radical Red #EF315C
Tints of Radical Red #EF315C
RGB
CMYK
RGB Variations
Color information
#EF315C (or 0xEF315C) is known color: Radical Red. HEX triplet: EF, 31 and 5C. RGB value is (239,49,92). Sum of RGB (Red+Green+Blue) = 239+49+92=380 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.89% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 239 - color contains mainly: red. Hex color #EF315C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF315C is #10CEA3. Grayscale: #6E6E6E. Windows color (decimal): -1101476 or 6042095. OLE color: 6042095.
HSL color Cylindrical-coordinate representation of color #EF315C: hue angle of 346.42º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF315C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 92 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.06 |
| HSL | 346.42º | 0.86% | 0.56% | - |
| HSV(B) | 346.42º | 0.79% | 0.94% | - |
| XYZ | 38.63 | 21.32 | 12.2 | - |
| YUV | 110.71 | 117.45 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 92 | 0 | 0.79 | 0.62 | 0.06 | 346.42 | 0.86 | 0.56 |
| Hex | EF | 31 | 5C | 0 | 4F | 3E | 6 | 15A | 56 | 38 |
| Octal | 357 | 61 | 134 | 0 | 117 | 76 | 6 | 532 | 126 | 70 |
| Binary | 11101111 | 110001 | 1011100 | 0 | 1001111 | 111110 | 110 | 101011010 | 1010110 | 111000 |
Color Harmonies of #EF315C
Complementary color
Monochromatic Colors of #EF315C
Black with #EF315C
Text Example
Text Example
White with #EF315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF315C; }
p { color: rgb(239,49,92); }
H1.HeaderClassName
{
color: #EF315C;
}
.AnyTagClassName
{
color: #EF315C;
}
</style>
background-color css
<style>
a { background-color: #EF315C; }
a { background-color: rgb(239,49,92); }
div.DivClassName
{
background-color: #EF315C;
}
.BgClassName
{
background-color: #EF315C;
}
</style>
border-color css
<style>
span { border-color: #EF315C; }
span { border-color: rgb(239,49,92); }
td.TdClassName
{
border-color: #EF315C;
}
.TagClassName
{
border-color: #EF315C;
}
</style>