Shades of Radical Red #EF4551
Tints of Radical Red #EF4551
RGB
CMYK
RGB Variations
Color information
#EF4551 (or 0xEF4551) is known color: Radical Red. HEX triplet: EF, 45 and 51. RGB value is (239,69,81). Sum of RGB (Red+Green+Blue) = 239+69+81=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4551 is #10BAAE. Grayscale: #797979. Windows color (decimal): -1096367 or 5326319. OLE color: 5326319.
HSL color Cylindrical-coordinate representation of color #EF4551: hue angle of 355.76º 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 #EF4551 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 81 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.06 |
| HSL | 355.76º | 0.84% | 0.6% | - |
| HSV(B) | 355.76º | 0.71% | 0.94% | - |
| XYZ | 39.21 | 23.2 | 10.2 | - |
| YUV | 121.2 | 105.32 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 81 | 0 | 0.71 | 0.66 | 0.06 | 355.76 | 0.84 | 0.6 |
| Hex | EF | 45 | 51 | 0 | 47 | 42 | 6 | 164 | 54 | 3C |
| Octal | 357 | 105 | 121 | 0 | 107 | 102 | 6 | 544 | 124 | 74 |
| Binary | 11101111 | 1000101 | 1010001 | 0 | 1000111 | 1000010 | 110 | 101100100 | 1010100 | 111100 |
Color Harmonies of #EF4551
Complementary color
Monochromatic Colors of #EF4551
Black with #EF4551
Text Example
Text Example
White with #EF4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4551; }
p { color: rgb(239,69,81); }
H1.HeaderClassName
{
color: #EF4551;
}
.AnyTagClassName
{
color: #EF4551;
}
</style>
background-color css
<style>
a { background-color: #EF4551; }
a { background-color: rgb(239,69,81); }
div.DivClassName
{
background-color: #EF4551;
}
.BgClassName
{
background-color: #EF4551;
}
</style>
border-color css
<style>
span { border-color: #EF4551; }
span { border-color: rgb(239,69,81); }
td.TdClassName
{
border-color: #EF4551;
}
.TagClassName
{
border-color: #EF4551;
}
</style>