Shades of Radical Red #EF455B
Tints of Radical Red #EF455B
RGB
CMYK
RGB Variations
Color information
#EF455B (or 0xEF455B) is known color: Radical Red. HEX triplet: EF, 45 and 5B. RGB value is (239,69,91). Sum of RGB (Red+Green+Blue) = 239+69+91=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF455B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF455B is #10BAA4. Grayscale: #7A7A7A. Windows color (decimal): -1096357 or 5981679. OLE color: 5981679.
HSL color Cylindrical-coordinate representation of color #EF455B: hue angle of 352.24º 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 #EF455B is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 91 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.06 |
| HSL | 352.24º | 0.84% | 0.6% | - |
| HSV(B) | 352.24º | 0.71% | 0.94% | - |
| XYZ | 39.61 | 23.36 | 12.32 | - |
| YUV | 122.34 | 110.32 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 91 | 0 | 0.71 | 0.62 | 0.06 | 352.24 | 0.84 | 0.6 |
| Hex | EF | 45 | 5B | 0 | 47 | 3E | 6 | 160 | 54 | 3C |
| Octal | 357 | 105 | 133 | 0 | 107 | 76 | 6 | 540 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1011011 | 0 | 1000111 | 111110 | 110 | 101100000 | 1010100 | 111100 |
Color Harmonies of #EF455B
Complementary color
Monochromatic Colors of #EF455B
Black with #EF455B
Text Example
Text Example
White with #EF455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF455B; }
p { color: rgb(239,69,91); }
H1.HeaderClassName
{
color: #EF455B;
}
.AnyTagClassName
{
color: #EF455B;
}
</style>
background-color css
<style>
a { background-color: #EF455B; }
a { background-color: rgb(239,69,91); }
div.DivClassName
{
background-color: #EF455B;
}
.BgClassName
{
background-color: #EF455B;
}
</style>
border-color css
<style>
span { border-color: #EF455B; }
span { border-color: rgb(239,69,91); }
td.TdClassName
{
border-color: #EF455B;
}
.TagClassName
{
border-color: #EF455B;
}
</style>