Shades of Orange Red #EF440E
Tints of Orange Red #EF440E
RGB
CMYK
RGB Variations
Color information
#EF440E (or 0xEF440E) is known color: Orange Red. HEX triplet: EF, 44 and 0E. RGB value is (239,68,14). Sum of RGB (Red+Green+Blue) = 239+68+14=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF440E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF440E is #10BBF1. Grayscale: #717171. Windows color (decimal): -1096690 or 935151. OLE color: 935151.
HSL color Cylindrical-coordinate representation of color #EF440E: hue angle of 14.4º 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 #EF440E is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 68 | 14 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.06 |
| HSL | 14.4º | 0.89% | 0.5% | - |
| HSV(B) | 14.4º | 0.94% | 0.94% | - |
| XYZ | 37.74 | 22.52 | 2.77 | - |
| YUV | 112.97 | 72.15 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 68 | 14 | 0 | 0.72 | 0.94 | 0.06 | 14.4 | 0.89 | 0.5 |
| Hex | EF | 44 | E | 0 | 48 | 5E | 6 | E | 59 | 32 |
| Octal | 357 | 104 | 16 | 0 | 110 | 136 | 6 | 16 | 131 | 62 |
| Binary | 11101111 | 1000100 | 1110 | 0 | 1001000 | 1011110 | 110 | 1110 | 1011001 | 110010 |
Color Harmonies of #EF440E
Complementary color
Monochromatic Colors of #EF440E
Black with #EF440E
Text Example
Text Example
White with #EF440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF440E; }
p { color: rgb(239,68,14); }
H1.HeaderClassName
{
color: #EF440E;
}
.AnyTagClassName
{
color: #EF440E;
}
</style>
background-color css
<style>
a { background-color: #EF440E; }
a { background-color: rgb(239,68,14); }
div.DivClassName
{
background-color: #EF440E;
}
.BgClassName
{
background-color: #EF440E;
}
</style>
border-color css
<style>
span { border-color: #EF440E; }
span { border-color: rgb(239,68,14); }
td.TdClassName
{
border-color: #EF440E;
}
.TagClassName
{
border-color: #EF440E;
}
</style>