Shades of Orange Red #EF460F
Tints of Orange Red #EF460F
RGB
CMYK
RGB Variations
Color information
#EF460F (or 0xEF460F) is known color: Orange Red. HEX triplet: EF, 46 and 0F. RGB value is (239,70,15). Sum of RGB (Red+Green+Blue) = 239+70+15=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF460F is #10B9F0. Grayscale: #727272. Windows color (decimal): -1096177 or 1001199. OLE color: 1001199.
HSL color Cylindrical-coordinate representation of color #EF460F: hue angle of 14.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF460F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.06 |
| HSL | 14.73º | 0.88% | 0.5% | - |
| HSV(B) | 14.73º | 0.94% | 0.94% | - |
| XYZ | 37.87 | 22.77 | 2.85 | - |
| YUV | 114.26 | 71.99 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 15 | 0 | 0.71 | 0.94 | 0.06 | 14.73 | 0.88 | 0.5 |
| Hex | EF | 46 | F | 0 | 47 | 5E | 6 | F | 58 | 32 |
| Octal | 357 | 106 | 17 | 0 | 107 | 136 | 6 | 17 | 130 | 62 |
| Binary | 11101111 | 1000110 | 1111 | 0 | 1000111 | 1011110 | 110 | 1111 | 1011000 | 110010 |
Color Harmonies of #EF460F
Complementary color
Monochromatic Colors of #EF460F
Black with #EF460F
Text Example
Text Example
White with #EF460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF460F; }
p { color: rgb(239,70,15); }
H1.HeaderClassName
{
color: #EF460F;
}
.AnyTagClassName
{
color: #EF460F;
}
</style>
background-color css
<style>
a { background-color: #EF460F; }
a { background-color: rgb(239,70,15); }
div.DivClassName
{
background-color: #EF460F;
}
.BgClassName
{
background-color: #EF460F;
}
</style>
border-color css
<style>
span { border-color: #EF460F; }
span { border-color: rgb(239,70,15); }
td.TdClassName
{
border-color: #EF460F;
}
.TagClassName
{
border-color: #EF460F;
}
</style>