Shades of Orange Red #EF3F0E
Tints of Orange Red #EF3F0E
RGB
CMYK
RGB Variations
Color information
#EF3F0E (or 0xEF3F0E) is known color: Orange Red. HEX triplet: EF, 3F and 0E. RGB value is (239,63,14). Sum of RGB (Red+Green+Blue) = 239+63+14=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3F0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3F0E is #10C0F1. Grayscale: #6E6E6E. Windows color (decimal): -1097970 or 933871. OLE color: 933871.
HSL color Cylindrical-coordinate representation of color #EF3F0E: hue angle of 13.07º degrees, saturation: 0.89, 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 #EF3F0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 63 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.06 |
| HSL | 13.07º | 0.89% | 0.5% | - |
| HSV(B) | 13.07º | 0.94% | 0.94% | - |
| XYZ | 37.45 | 21.94 | 2.68 | - |
| YUV | 110.04 | 73.81 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 63 | 14 | 0 | 0.74 | 0.94 | 0.06 | 13.07 | 0.89 | 0.5 |
| Hex | EF | 3F | E | 0 | 4A | 5E | 6 | D | 59 | 32 |
| Octal | 357 | 77 | 16 | 0 | 112 | 136 | 6 | 15 | 131 | 62 |
| Binary | 11101111 | 111111 | 1110 | 0 | 1001010 | 1011110 | 110 | 1101 | 1011001 | 110010 |
Color Harmonies of #EF3F0E
Complementary color
Monochromatic Colors of #EF3F0E
Black with #EF3F0E
Text Example
Text Example
White with #EF3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3F0E; }
p { color: rgb(239,63,14); }
H1.HeaderClassName
{
color: #EF3F0E;
}
.AnyTagClassName
{
color: #EF3F0E;
}
</style>
background-color css
<style>
a { background-color: #EF3F0E; }
a { background-color: rgb(239,63,14); }
div.DivClassName
{
background-color: #EF3F0E;
}
.BgClassName
{
background-color: #EF3F0E;
}
</style>
border-color css
<style>
span { border-color: #EF3F0E; }
span { border-color: rgb(239,63,14); }
td.TdClassName
{
border-color: #EF3F0E;
}
.TagClassName
{
border-color: #EF3F0E;
}
</style>