Shades of Radical Red #EF4A4D
Tints of Radical Red #EF4A4D
RGB
CMYK
RGB Variations
Color information
#EF4A4D (or 0xEF4A4D) is known color: Radical Red. HEX triplet: EF, 4A and 4D. RGB value is (239,74,77). Sum of RGB (Red+Green+Blue) = 239+74+77=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4A4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4A4D is #10B5B2. Grayscale: #7B7B7B. Windows color (decimal): -1095091 or 5065455. OLE color: 5065455.
HSL color Cylindrical-coordinate representation of color #EF4A4D: hue angle of 358.91º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF4A4D is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 74 | 77 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.06 |
| HSL | 358.91º | 0.84% | 0.61% | - |
| HSV(B) | 358.91º | 0.69% | 0.94% | - |
| XYZ | 39.38 | 23.78 | 9.54 | - |
| YUV | 123.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 74 | 77 | 0 | 0.69 | 0.68 | 0.06 | 358.91 | 0.84 | 0.61 |
| Hex | EF | 4A | 4D | 0 | 45 | 44 | 6 | 167 | 54 | 3D |
| Octal | 357 | 112 | 115 | 0 | 105 | 104 | 6 | 547 | 124 | 75 |
| Binary | 11101111 | 1001010 | 1001101 | 0 | 1000101 | 1000100 | 110 | 101100111 | 1010100 | 111101 |
Color Harmonies of #EF4A4D
Complementary color
Monochromatic Colors of #EF4A4D
Black with #EF4A4D
Text Example
Text Example
White with #EF4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4A4D; }
p { color: rgb(239,74,77); }
H1.HeaderClassName
{
color: #EF4A4D;
}
.AnyTagClassName
{
color: #EF4A4D;
}
</style>
background-color css
<style>
a { background-color: #EF4A4D; }
a { background-color: rgb(239,74,77); }
div.DivClassName
{
background-color: #EF4A4D;
}
.BgClassName
{
background-color: #EF4A4D;
}
</style>
border-color css
<style>
span { border-color: #EF4A4D; }
span { border-color: rgb(239,74,77); }
td.TdClassName
{
border-color: #EF4A4D;
}
.TagClassName
{
border-color: #EF4A4D;
}
</style>