Shades of Orange Red #EF3D0E
Tints of Orange Red #EF3D0E
RGB
CMYK
RGB Variations
Color information
#EF3D0E (or 0xEF3D0E) is known color: Orange Red. HEX triplet: EF, 3D and 0E. RGB value is (239,61,14). Sum of RGB (Red+Green+Blue) = 239+61+14=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3D0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF3D0E is #10C2F1. Grayscale: #6D6D6D. Windows color (decimal): -1098482 or 933359. OLE color: 933359.
HSL color Cylindrical-coordinate representation of color #EF3D0E: hue angle of 12.53º 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 #EF3D0E is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 61 | 14 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.06 |
| HSL | 12.53º | 0.89% | 0.5% | - |
| HSV(B) | 12.53º | 0.94% | 0.94% | - |
| XYZ | 37.34 | 21.72 | 2.64 | - |
| YUV | 108.86 | 74.47 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 61 | 14 | 0 | 0.74 | 0.94 | 0.06 | 12.53 | 0.89 | 0.5 |
| Hex | EF | 3D | E | 0 | 4A | 5E | 6 | D | 59 | 32 |
| Octal | 357 | 75 | 16 | 0 | 112 | 136 | 6 | 15 | 131 | 62 |
| Binary | 11101111 | 111101 | 1110 | 0 | 1001010 | 1011110 | 110 | 1101 | 1011001 | 110010 |
Color Harmonies of #EF3D0E
Complementary color
Monochromatic Colors of #EF3D0E
Black with #EF3D0E
Text Example
Text Example
White with #EF3D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3D0E; }
p { color: rgb(239,61,14); }
H1.HeaderClassName
{
color: #EF3D0E;
}
.AnyTagClassName
{
color: #EF3D0E;
}
</style>
background-color css
<style>
a { background-color: #EF3D0E; }
a { background-color: rgb(239,61,14); }
div.DivClassName
{
background-color: #EF3D0E;
}
.BgClassName
{
background-color: #EF3D0E;
}
</style>
border-color css
<style>
span { border-color: #EF3D0E; }
span { border-color: rgb(239,61,14); }
td.TdClassName
{
border-color: #EF3D0E;
}
.TagClassName
{
border-color: #EF3D0E;
}
</style>