Shades of Radical Red #EF4552
Tints of Radical Red #EF4552
RGB
CMYK
RGB Variations
Color information
#EF4552 (or 0xEF4552) is known color: Radical Red. HEX triplet: EF, 45 and 52. RGB value is (239,69,82). Sum of RGB (Red+Green+Blue) = 239+69+82=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4552 is #10BAAD. Grayscale: #797979. Windows color (decimal): -1096366 or 5391855. OLE color: 5391855.
HSL color Cylindrical-coordinate representation of color #EF4552: hue angle of 355.41º 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 #EF4552 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 82 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.06 |
| HSL | 355.41º | 0.84% | 0.6% | - |
| HSV(B) | 355.41º | 0.71% | 0.94% | - |
| XYZ | 39.25 | 23.22 | 10.4 | - |
| YUV | 121.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 82 | 0 | 0.71 | 0.66 | 0.06 | 355.41 | 0.84 | 0.6 |
| Hex | EF | 45 | 52 | 0 | 47 | 42 | 6 | 163 | 54 | 3C |
| Octal | 357 | 105 | 122 | 0 | 107 | 102 | 6 | 543 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1010010 | 0 | 1000111 | 1000010 | 110 | 101100011 | 1010100 | 111100 |
Color Harmonies of #EF4552
Complementary color
Monochromatic Colors of #EF4552
Black with #EF4552
Text Example
Text Example
White with #EF4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4552; }
p { color: rgb(239,69,82); }
H1.HeaderClassName
{
color: #EF4552;
}
.AnyTagClassName
{
color: #EF4552;
}
</style>
background-color css
<style>
a { background-color: #EF4552; }
a { background-color: rgb(239,69,82); }
div.DivClassName
{
background-color: #EF4552;
}
.BgClassName
{
background-color: #EF4552;
}
</style>
border-color css
<style>
span { border-color: #EF4552; }
span { border-color: rgb(239,69,82); }
td.TdClassName
{
border-color: #EF4552;
}
.TagClassName
{
border-color: #EF4552;
}
</style>