Shades of Radical Red #EF464F
Tints of Radical Red #EF464F
RGB
CMYK
RGB Variations
Color information
#EF464F (or 0xEF464F) is known color: Radical Red. HEX triplet: EF, 46 and 4F. RGB value is (239,70,79). Sum of RGB (Red+Green+Blue) = 239+70+79=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF464F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF464F is #10B9B0. Grayscale: #797979. Windows color (decimal): -1096113 or 5195503. OLE color: 5195503.
HSL color Cylindrical-coordinate representation of color #EF464F: hue angle of 356.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF464F is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 79 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.06 |
| HSL | 356.8º | 0.84% | 0.61% | - |
| HSV(B) | 356.8º | 0.71% | 0.94% | - |
| XYZ | 39.2 | 23.3 | 9.83 | - |
| YUV | 121.56 | 103.99 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 79 | 0 | 0.71 | 0.67 | 0.06 | 356.8 | 0.84 | 0.61 |
| Hex | EF | 46 | 4F | 0 | 47 | 43 | 6 | 165 | 54 | 3D |
| Octal | 357 | 106 | 117 | 0 | 107 | 103 | 6 | 545 | 124 | 75 |
| Binary | 11101111 | 1000110 | 1001111 | 0 | 1000111 | 1000011 | 110 | 101100101 | 1010100 | 111101 |
Color Harmonies of #EF464F
Complementary color
Monochromatic Colors of #EF464F
Black with #EF464F
Text Example
Text Example
White with #EF464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF464F; }
p { color: rgb(239,70,79); }
H1.HeaderClassName
{
color: #EF464F;
}
.AnyTagClassName
{
color: #EF464F;
}
</style>
background-color css
<style>
a { background-color: #EF464F; }
a { background-color: rgb(239,70,79); }
div.DivClassName
{
background-color: #EF464F;
}
.BgClassName
{
background-color: #EF464F;
}
</style>
border-color css
<style>
span { border-color: #EF464F; }
span { border-color: rgb(239,70,79); }
td.TdClassName
{
border-color: #EF464F;
}
.TagClassName
{
border-color: #EF464F;
}
</style>