Shades of Radical Red #EF375C
Tints of Radical Red #EF375C
RGB
CMYK
RGB Variations
Color information
#EF375C (or 0xEF375C) is known color: Radical Red. HEX triplet: EF, 37 and 5C. RGB value is (239,55,92). Sum of RGB (Red+Green+Blue) = 239+55+92=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF375C is #10C8A3. Grayscale: #727272. Windows color (decimal): -1099940 or 6043631. OLE color: 6043631.
HSL color Cylindrical-coordinate representation of color #EF375C: hue angle of 347.93º 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 #EF375C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 92 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.06 |
| HSL | 347.93º | 0.85% | 0.58% | - |
| HSV(B) | 347.93º | 0.77% | 0.94% | - |
| XYZ | 38.89 | 21.86 | 12.29 | - |
| YUV | 114.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 92 | 0 | 0.77 | 0.62 | 0.06 | 347.93 | 0.85 | 0.58 |
| Hex | EF | 37 | 5C | 0 | 4D | 3E | 6 | 15C | 55 | 3A |
| Octal | 357 | 67 | 134 | 0 | 115 | 76 | 6 | 534 | 125 | 72 |
| Binary | 11101111 | 110111 | 1011100 | 0 | 1001101 | 111110 | 110 | 101011100 | 1010101 | 111010 |
Color Harmonies of #EF375C
Complementary color
Monochromatic Colors of #EF375C
Black with #EF375C
Text Example
Text Example
White with #EF375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF375C; }
p { color: rgb(239,55,92); }
H1.HeaderClassName
{
color: #EF375C;
}
.AnyTagClassName
{
color: #EF375C;
}
</style>
background-color css
<style>
a { background-color: #EF375C; }
a { background-color: rgb(239,55,92); }
div.DivClassName
{
background-color: #EF375C;
}
.BgClassName
{
background-color: #EF375C;
}
</style>
border-color css
<style>
span { border-color: #EF375C; }
span { border-color: rgb(239,55,92); }
td.TdClassName
{
border-color: #EF375C;
}
.TagClassName
{
border-color: #EF375C;
}
</style>