Shades of Radical Red #EF3764
Tints of Radical Red #EF3764
RGB
CMYK
RGB Variations
Color information
#EF3764 (or 0xEF3764) is known color: Radical Red. HEX triplet: EF, 37 and 64. RGB value is (239,55,100). Sum of RGB (Red+Green+Blue) = 239+55+100=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3764 is #10C89B. Grayscale: #737373. Windows color (decimal): -1099932 or 6567919. OLE color: 6567919.
HSL color Cylindrical-coordinate representation of color #EF3764: hue angle of 345.33º 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 #EF3764 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 100 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.06 |
| HSL | 345.33º | 0.85% | 0.58% | - |
| HSV(B) | 345.33º | 0.77% | 0.94% | - |
| XYZ | 39.26 | 22 | 14.23 | - |
| YUV | 115.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 100 | 0 | 0.77 | 0.58 | 0.06 | 345.33 | 0.85 | 0.58 |
| Hex | EF | 37 | 64 | 0 | 4D | 3A | 6 | 159 | 55 | 3A |
| Octal | 357 | 67 | 144 | 0 | 115 | 72 | 6 | 531 | 125 | 72 |
| Binary | 11101111 | 110111 | 1100100 | 0 | 1001101 | 111010 | 110 | 101011001 | 1010101 | 111010 |
Color Harmonies of #EF3764
Complementary color
Monochromatic Colors of #EF3764
Black with #EF3764
Text Example
Text Example
White with #EF3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3764; }
p { color: rgb(239,55,100); }
H1.HeaderClassName
{
color: #EF3764;
}
.AnyTagClassName
{
color: #EF3764;
}
</style>
background-color css
<style>
a { background-color: #EF3764; }
a { background-color: rgb(239,55,100); }
div.DivClassName
{
background-color: #EF3764;
}
.BgClassName
{
background-color: #EF3764;
}
</style>
border-color css
<style>
span { border-color: #EF3764; }
span { border-color: rgb(239,55,100); }
td.TdClassName
{
border-color: #EF3764;
}
.TagClassName
{
border-color: #EF3764;
}
</style>