Shades of Radical Red #EF405D
Tints of Radical Red #EF405D
RGB
CMYK
RGB Variations
Color information
#EF405D (or 0xEF405D) is known color: Radical Red. HEX triplet: EF, 40 and 5D. RGB value is (239,64,93). Sum of RGB (Red+Green+Blue) = 239+64+93=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF405D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF405D is #10BFA2. Grayscale: #777777. Windows color (decimal): -1097635 or 6111471. OLE color: 6111471.
HSL color Cylindrical-coordinate representation of color #EF405D: hue angle of 350.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF405D is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 93 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.06 |
| HSL | 350.06º | 0.85% | 0.59% | - |
| HSV(B) | 350.06º | 0.73% | 0.94% | - |
| XYZ | 39.41 | 22.81 | 12.68 | - |
| YUV | 119.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 93 | 0 | 0.73 | 0.61 | 0.06 | 350.06 | 0.85 | 0.59 |
| Hex | EF | 40 | 5D | 0 | 49 | 3D | 6 | 15E | 55 | 3B |
| Octal | 357 | 100 | 135 | 0 | 111 | 75 | 6 | 536 | 125 | 73 |
| Binary | 11101111 | 1000000 | 1011101 | 0 | 1001001 | 111101 | 110 | 101011110 | 1010101 | 111011 |
Color Harmonies of #EF405D
Complementary color
Monochromatic Colors of #EF405D
Black with #EF405D
Text Example
Text Example
White with #EF405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF405D; }
p { color: rgb(239,64,93); }
H1.HeaderClassName
{
color: #EF405D;
}
.AnyTagClassName
{
color: #EF405D;
}
</style>
background-color css
<style>
a { background-color: #EF405D; }
a { background-color: rgb(239,64,93); }
div.DivClassName
{
background-color: #EF405D;
}
.BgClassName
{
background-color: #EF405D;
}
</style>
border-color css
<style>
span { border-color: #EF405D; }
span { border-color: rgb(239,64,93); }
td.TdClassName
{
border-color: #EF405D;
}
.TagClassName
{
border-color: #EF405D;
}
</style>