Shades of Orange Red #EF4711
Tints of Orange Red #EF4711
RGB
CMYK
RGB Variations
Color information
#EF4711 (or 0xEF4711) is known color: Orange Red. HEX triplet: EF, 47 and 11. RGB value is (239,71,17). Sum of RGB (Red+Green+Blue) = 239+71+17=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4711 is #10B8EE. Grayscale: #737373. Windows color (decimal): -1095919 or 1132527. OLE color: 1132527.
HSL color Cylindrical-coordinate representation of color #EF4711: hue angle of 14.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF4711 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 17 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.06 |
| HSL | 14.59º | 0.87% | 0.5% | - |
| HSV(B) | 14.59º | 0.93% | 0.94% | - |
| XYZ | 37.95 | 22.9 | 2.95 | - |
| YUV | 115.08 | 72.66 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 17 | 0 | 0.70 | 0.93 | 0.06 | 14.59 | 0.87 | 0.5 |
| Hex | EF | 47 | 11 | 0 | 46 | 5D | 6 | F | 57 | 32 |
| Octal | 357 | 107 | 21 | 0 | 106 | 135 | 6 | 17 | 127 | 62 |
| Binary | 11101111 | 1000111 | 10001 | 0 | 1000110 | 1011101 | 110 | 1111 | 1010111 | 110010 |
Color Harmonies of #EF4711
Complementary color
Monochromatic Colors of #EF4711
Black with #EF4711
Text Example
Text Example
White with #EF4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4711; }
p { color: rgb(239,71,17); }
H1.HeaderClassName
{
color: #EF4711;
}
.AnyTagClassName
{
color: #EF4711;
}
</style>
background-color css
<style>
a { background-color: #EF4711; }
a { background-color: rgb(239,71,17); }
div.DivClassName
{
background-color: #EF4711;
}
.BgClassName
{
background-color: #EF4711;
}
</style>
border-color css
<style>
span { border-color: #EF4711; }
span { border-color: rgb(239,71,17); }
td.TdClassName
{
border-color: #EF4711;
}
.TagClassName
{
border-color: #EF4711;
}
</style>