Shades of Radical Red #EF455D
Tints of Radical Red #EF455D
RGB
CMYK
RGB Variations
Color information
#EF455D (or 0xEF455D) is known color: Radical Red. HEX triplet: EF, 45 and 5D. RGB value is (239,69,93). Sum of RGB (Red+Green+Blue) = 239+69+93=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF455D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF455D is #10BAA2. Grayscale: #7A7A7A. Windows color (decimal): -1096355 or 6112751. OLE color: 6112751.
HSL color Cylindrical-coordinate representation of color #EF455D: hue angle of 351.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF455D is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 93 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.06 |
| HSL | 351.53º | 0.84% | 0.6% | - |
| HSV(B) | 351.53º | 0.71% | 0.94% | - |
| XYZ | 39.7 | 23.4 | 12.78 | - |
| YUV | 122.57 | 111.32 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 93 | 0 | 0.71 | 0.61 | 0.06 | 351.53 | 0.84 | 0.6 |
| Hex | EF | 45 | 5D | 0 | 47 | 3D | 6 | 160 | 54 | 3C |
| Octal | 357 | 105 | 135 | 0 | 107 | 75 | 6 | 540 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1011101 | 0 | 1000111 | 111101 | 110 | 101100000 | 1010100 | 111100 |
Color Harmonies of #EF455D
Complementary color
Monochromatic Colors of #EF455D
Black with #EF455D
Text Example
Text Example
White with #EF455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF455D; }
p { color: rgb(239,69,93); }
H1.HeaderClassName
{
color: #EF455D;
}
.AnyTagClassName
{
color: #EF455D;
}
</style>
background-color css
<style>
a { background-color: #EF455D; }
a { background-color: rgb(239,69,93); }
div.DivClassName
{
background-color: #EF455D;
}
.BgClassName
{
background-color: #EF455D;
}
</style>
border-color css
<style>
span { border-color: #EF455D; }
span { border-color: rgb(239,69,93); }
td.TdClassName
{
border-color: #EF455D;
}
.TagClassName
{
border-color: #EF455D;
}
</style>