Shades of Radical Red #EE4C4F
Tints of Radical Red #EE4C4F
RGB
CMYK
RGB Variations
Color information
#EE4C4F (or 0xEE4C4F) is known color: Radical Red. HEX triplet: EE, 4C and 4F. RGB value is (238,76,79). Sum of RGB (Red+Green+Blue) = 238+76+79=393 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.56% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4C4F is #11B3B0. Grayscale: #7C7C7C. Windows color (decimal): -1160113 or 5197038. OLE color: 5197038.
HSL color Cylindrical-coordinate representation of color #EE4C4F: hue angle of 358.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4C4F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 76 | 79 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.07 |
| HSL | 358.89º | 0.83% | 0.62% | - |
| HSV(B) | 358.89º | 0.68% | 0.93% | - |
| XYZ | 39.26 | 23.91 | 9.94 | - |
| YUV | 124.78 | 102.17 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 76 | 79 | 0 | 0.68 | 0.67 | 0.07 | 358.89 | 0.83 | 0.62 |
| Hex | EE | 4C | 4F | 0 | 44 | 43 | 7 | 167 | 53 | 3E |
| Octal | 356 | 114 | 117 | 0 | 104 | 103 | 7 | 547 | 123 | 76 |
| Binary | 11101110 | 1001100 | 1001111 | 0 | 1000100 | 1000011 | 111 | 101100111 | 1010011 | 111110 |
Color Harmonies of #EE4C4F
Complementary color
Monochromatic Colors of #EE4C4F
Black with #EE4C4F
Text Example
Text Example
White with #EE4C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C4F; }
p { color: rgb(238,76,79); }
H1.HeaderClassName
{
color: #EE4C4F;
}
.AnyTagClassName
{
color: #EE4C4F;
}
</style>
background-color css
<style>
a { background-color: #EE4C4F; }
a { background-color: rgb(238,76,79); }
div.DivClassName
{
background-color: #EE4C4F;
}
.BgClassName
{
background-color: #EE4C4F;
}
</style>
border-color css
<style>
span { border-color: #EE4C4F; }
span { border-color: rgb(238,76,79); }
td.TdClassName
{
border-color: #EE4C4F;
}
.TagClassName
{
border-color: #EE4C4F;
}
</style>