Shades of Orange Red #EF4511
Tints of Orange Red #EF4511
RGB
CMYK
RGB Variations
Color information
#EF4511 (or 0xEF4511) is known color: Orange Red. HEX triplet: EF, 45 and 11. RGB value is (239,69,17). Sum of RGB (Red+Green+Blue) = 239+69+17=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4511 is #10BAEE. Grayscale: #727272. Windows color (decimal): -1096431 or 1132015. OLE color: 1132015.
HSL color Cylindrical-coordinate representation of color #EF4511: hue angle of 14.05º 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 #EF4511 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 69 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.06 |
| HSL | 14.05º | 0.87% | 0.5% | - |
| HSV(B) | 14.05º | 0.93% | 0.94% | - |
| XYZ | 37.83 | 22.65 | 2.91 | - |
| YUV | 113.9 | 73.32 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 69 | 17 | 0 | 0.71 | 0.93 | 0.06 | 14.05 | 0.87 | 0.5 |
| Hex | EF | 45 | 11 | 0 | 47 | 5D | 6 | E | 57 | 32 |
| Octal | 357 | 105 | 21 | 0 | 107 | 135 | 6 | 16 | 127 | 62 |
| Binary | 11101111 | 1000101 | 10001 | 0 | 1000111 | 1011101 | 110 | 1110 | 1010111 | 110010 |
Color Harmonies of #EF4511
Complementary color
Monochromatic Colors of #EF4511
Black with #EF4511
Text Example
Text Example
White with #EF4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4511; }
p { color: rgb(239,69,17); }
H1.HeaderClassName
{
color: #EF4511;
}
.AnyTagClassName
{
color: #EF4511;
}
</style>
background-color css
<style>
a { background-color: #EF4511; }
a { background-color: rgb(239,69,17); }
div.DivClassName
{
background-color: #EF4511;
}
.BgClassName
{
background-color: #EF4511;
}
</style>
border-color css
<style>
span { border-color: #EF4511; }
span { border-color: rgb(239,69,17); }
td.TdClassName
{
border-color: #EF4511;
}
.TagClassName
{
border-color: #EF4511;
}
</style>