Shades of Radical Red #EF375E
Tints of Radical Red #EF375E
RGB
CMYK
RGB Variations
Color information
#EF375E (or 0xEF375E) is known color: Radical Red. HEX triplet: EF, 37 and 5E. RGB value is (239,55,94). Sum of RGB (Red+Green+Blue) = 239+55+94=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF375E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF375E is #10C8A1. Grayscale: #727272. Windows color (decimal): -1099938 or 6174703. OLE color: 6174703.
HSL color Cylindrical-coordinate representation of color #EF375E: hue angle of 347.28º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF375E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 94 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.06 |
| HSL | 347.28º | 0.85% | 0.58% | - |
| HSV(B) | 347.28º | 0.77% | 0.94% | - |
| XYZ | 38.98 | 21.89 | 12.76 | - |
| YUV | 114.46 | 116.46 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 94 | 0 | 0.77 | 0.61 | 0.06 | 347.28 | 0.85 | 0.58 |
| Hex | EF | 37 | 5E | 0 | 4D | 3D | 6 | 15B | 55 | 3A |
| Octal | 357 | 67 | 136 | 0 | 115 | 75 | 6 | 533 | 125 | 72 |
| Binary | 11101111 | 110111 | 1011110 | 0 | 1001101 | 111101 | 110 | 101011011 | 1010101 | 111010 |
Color Harmonies of #EF375E
Complementary color
Monochromatic Colors of #EF375E
Black with #EF375E
Text Example
Text Example
White with #EF375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF375E; }
p { color: rgb(239,55,94); }
H1.HeaderClassName
{
color: #EF375E;
}
.AnyTagClassName
{
color: #EF375E;
}
</style>
background-color css
<style>
a { background-color: #EF375E; }
a { background-color: rgb(239,55,94); }
div.DivClassName
{
background-color: #EF375E;
}
.BgClassName
{
background-color: #EF375E;
}
</style>
border-color css
<style>
span { border-color: #EF375E; }
span { border-color: rgb(239,55,94); }
td.TdClassName
{
border-color: #EF375E;
}
.TagClassName
{
border-color: #EF375E;
}
</style>