Shades of Radical Red #EF4555
Tints of Radical Red #EF4555
RGB
CMYK
RGB Variations
Color information
#EF4555 (or 0xEF4555) is known color: Radical Red. HEX triplet: EF, 45 and 55. RGB value is (239,69,85). Sum of RGB (Red+Green+Blue) = 239+69+85=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4555 is #10BAAA. Grayscale: #797979. Windows color (decimal): -1096363 or 5588463. OLE color: 5588463.
HSL color Cylindrical-coordinate representation of color #EF4555: hue angle of 354.35º 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 #EF4555 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 85 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.06 |
| HSL | 354.35º | 0.84% | 0.6% | - |
| HSV(B) | 354.35º | 0.71% | 0.94% | - |
| XYZ | 39.36 | 23.26 | 11.01 | - |
| YUV | 121.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 85 | 0 | 0.71 | 0.64 | 0.06 | 354.35 | 0.84 | 0.6 |
| Hex | EF | 45 | 55 | 0 | 47 | 40 | 6 | 162 | 54 | 3C |
| Octal | 357 | 105 | 125 | 0 | 107 | 100 | 6 | 542 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1010101 | 0 | 1000111 | 1000000 | 110 | 101100010 | 1010100 | 111100 |
Color Harmonies of #EF4555
Complementary color
Monochromatic Colors of #EF4555
Black with #EF4555
Text Example
Text Example
White with #EF4555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4555; }
p { color: rgb(239,69,85); }
H1.HeaderClassName
{
color: #EF4555;
}
.AnyTagClassName
{
color: #EF4555;
}
</style>
background-color css
<style>
a { background-color: #EF4555; }
a { background-color: rgb(239,69,85); }
div.DivClassName
{
background-color: #EF4555;
}
.BgClassName
{
background-color: #EF4555;
}
</style>
border-color css
<style>
span { border-color: #EF4555; }
span { border-color: rgb(239,69,85); }
td.TdClassName
{
border-color: #EF4555;
}
.TagClassName
{
border-color: #EF4555;
}
</style>