Shades of Orange Red #EF4718
Tints of Orange Red #EF4718
RGB
CMYK
RGB Variations
Color information
#EF4718 (or 0xEF4718) is known color: Orange Red. HEX triplet: EF, 47 and 18. RGB value is (239,71,24). Sum of RGB (Red+Green+Blue) = 239+71+24=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4718 is #10B8E7. Grayscale: #747474. Windows color (decimal): -1095912 or 1591279. OLE color: 1591279.
HSL color Cylindrical-coordinate representation of color #EF4718: hue angle of 13.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4718 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.06 |
| HSL | 13.12º | 0.87% | 0.52% | - |
| HSV(B) | 13.12º | 0.9% | 0.94% | - |
| XYZ | 38.01 | 22.92 | 3.29 | - |
| YUV | 115.87 | 76.16 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 24 | 0 | 0.70 | 0.90 | 0.06 | 13.12 | 0.87 | 0.52 |
| Hex | EF | 47 | 18 | 0 | 46 | 5A | 6 | D | 57 | 34 |
| Octal | 357 | 107 | 30 | 0 | 106 | 132 | 6 | 15 | 127 | 64 |
| Binary | 11101111 | 1000111 | 11000 | 0 | 1000110 | 1011010 | 110 | 1101 | 1010111 | 110100 |
Color Harmonies of #EF4718
Complementary color
Monochromatic Colors of #EF4718
Black with #EF4718
Text Example
Text Example
White with #EF4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4718; }
p { color: rgb(239,71,24); }
H1.HeaderClassName
{
color: #EF4718;
}
.AnyTagClassName
{
color: #EF4718;
}
</style>
background-color css
<style>
a { background-color: #EF4718; }
a { background-color: rgb(239,71,24); }
div.DivClassName
{
background-color: #EF4718;
}
.BgClassName
{
background-color: #EF4718;
}
</style>
border-color css
<style>
span { border-color: #EF4718; }
span { border-color: rgb(239,71,24); }
td.TdClassName
{
border-color: #EF4718;
}
.TagClassName
{
border-color: #EF4718;
}
</style>