Shades of Radical Red #EF3963
Tints of Radical Red #EF3963
RGB
CMYK
RGB Variations
Color information
#EF3963 (or 0xEF3963) is known color: Radical Red. HEX triplet: EF, 39 and 63. RGB value is (239,57,99). Sum of RGB (Red+Green+Blue) = 239+57+99=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF3963 is #10C69C. Grayscale: #747474. Windows color (decimal): -1099421 or 6502895. OLE color: 6502895.
HSL color Cylindrical-coordinate representation of color #EF3963: hue angle of 346.15º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF3963 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 99 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.06 |
| HSL | 346.15º | 0.85% | 0.58% | - |
| HSV(B) | 346.15º | 0.76% | 0.94% | - |
| XYZ | 39.31 | 22.18 | 14.01 | - |
| YUV | 116.21 | 118.3 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 99 | 0 | 0.76 | 0.59 | 0.06 | 346.15 | 0.85 | 0.58 |
| Hex | EF | 39 | 63 | 0 | 4C | 3B | 6 | 15A | 55 | 3A |
| Octal | 357 | 71 | 143 | 0 | 114 | 73 | 6 | 532 | 125 | 72 |
| Binary | 11101111 | 111001 | 1100011 | 0 | 1001100 | 111011 | 110 | 101011010 | 1010101 | 111010 |
Color Harmonies of #EF3963
Complementary color
Monochromatic Colors of #EF3963
Black with #EF3963
Text Example
Text Example
White with #EF3963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3963; }
p { color: rgb(239,57,99); }
H1.HeaderClassName
{
color: #EF3963;
}
.AnyTagClassName
{
color: #EF3963;
}
</style>
background-color css
<style>
a { background-color: #EF3963; }
a { background-color: rgb(239,57,99); }
div.DivClassName
{
background-color: #EF3963;
}
.BgClassName
{
background-color: #EF3963;
}
</style>
border-color css
<style>
span { border-color: #EF3963; }
span { border-color: rgb(239,57,99); }
td.TdClassName
{
border-color: #EF3963;
}
.TagClassName
{
border-color: #EF3963;
}
</style>