Shades of Radical Red #EF4F5C
Tints of Radical Red #EF4F5C
RGB
CMYK
RGB Variations
Color information
#EF4F5C (or 0xEF4F5C) is known color: Radical Red. HEX triplet: EF, 4F and 5C. RGB value is (239,79,92). Sum of RGB (Red+Green+Blue) = 239+79+92=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF4F5C is #10B0A3. Grayscale: #808080. Windows color (decimal): -1093796 or 6049775. OLE color: 6049775.
HSL color Cylindrical-coordinate representation of color #EF4F5C: hue angle of 355.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF4F5C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 79 | 92 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.06 |
| HSL | 355.13º | 0.83% | 0.62% | - |
| HSV(B) | 355.13º | 0.67% | 0.94% | - |
| XYZ | 40.32 | 24.72 | 12.77 | - |
| YUV | 128.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 79 | 92 | 0 | 0.67 | 0.62 | 0.06 | 355.13 | 0.83 | 0.62 |
| Hex | EF | 4F | 5C | 0 | 43 | 3E | 6 | 163 | 53 | 3E |
| Octal | 357 | 117 | 134 | 0 | 103 | 76 | 6 | 543 | 123 | 76 |
| Binary | 11101111 | 1001111 | 1011100 | 0 | 1000011 | 111110 | 110 | 101100011 | 1010011 | 111110 |
Color Harmonies of #EF4F5C
Complementary color
Monochromatic Colors of #EF4F5C
Black with #EF4F5C
Text Example
Text Example
White with #EF4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4F5C; }
p { color: rgb(239,79,92); }
H1.HeaderClassName
{
color: #EF4F5C;
}
.AnyTagClassName
{
color: #EF4F5C;
}
</style>
background-color css
<style>
a { background-color: #EF4F5C; }
a { background-color: rgb(239,79,92); }
div.DivClassName
{
background-color: #EF4F5C;
}
.BgClassName
{
background-color: #EF4F5C;
}
</style>
border-color css
<style>
span { border-color: #EF4F5C; }
span { border-color: rgb(239,79,92); }
td.TdClassName
{
border-color: #EF4F5C;
}
.TagClassName
{
border-color: #EF4F5C;
}
</style>