Shades of Orange Red #EF4611
Tints of Orange Red #EF4611
RGB
CMYK
RGB Variations
Color information
#EF4611 (or 0xEF4611) is known color: Orange Red. HEX triplet: EF, 46 and 11. RGB value is (239,70,17). Sum of RGB (Red+Green+Blue) = 239+70+17=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4611 is #10B9EE. Grayscale: #727272. Windows color (decimal): -1096175 or 1132271. OLE color: 1132271.
HSL color Cylindrical-coordinate representation of color #EF4611: hue angle of 14.32º 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 #EF4611 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.06 |
| HSL | 14.32º | 0.87% | 0.5% | - |
| HSV(B) | 14.32º | 0.93% | 0.94% | - |
| XYZ | 37.89 | 22.77 | 2.93 | - |
| YUV | 114.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 17 | 0 | 0.71 | 0.93 | 0.06 | 14.32 | 0.87 | 0.5 |
| Hex | EF | 46 | 11 | 0 | 47 | 5D | 6 | E | 57 | 32 |
| Octal | 357 | 106 | 21 | 0 | 107 | 135 | 6 | 16 | 127 | 62 |
| Binary | 11101111 | 1000110 | 10001 | 0 | 1000111 | 1011101 | 110 | 1110 | 1010111 | 110010 |
Color Harmonies of #EF4611
Complementary color
Monochromatic Colors of #EF4611
Black with #EF4611
Text Example
Text Example
White with #EF4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4611; }
p { color: rgb(239,70,17); }
H1.HeaderClassName
{
color: #EF4611;
}
.AnyTagClassName
{
color: #EF4611;
}
</style>
background-color css
<style>
a { background-color: #EF4611; }
a { background-color: rgb(239,70,17); }
div.DivClassName
{
background-color: #EF4611;
}
.BgClassName
{
background-color: #EF4611;
}
</style>
border-color css
<style>
span { border-color: #EF4611; }
span { border-color: rgb(239,70,17); }
td.TdClassName
{
border-color: #EF4611;
}
.TagClassName
{
border-color: #EF4611;
}
</style>