Shades of Orange Red #EF4114
Tints of Orange Red #EF4114
RGB
CMYK
RGB Variations
Color information
#EF4114 (or 0xEF4114) is known color: Orange Red. HEX triplet: EF, 41 and 14. RGB value is (239,65,20). Sum of RGB (Red+Green+Blue) = 239+65+20=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4114 is #10BEEB. Grayscale: #707070. Windows color (decimal): -1097452 or 1327599. OLE color: 1327599.
HSL color Cylindrical-coordinate representation of color #EF4114: hue angle of 12.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF4114 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 65 | 20 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.06 |
| HSL | 12.33º | 0.87% | 0.51% | - |
| HSV(B) | 12.33º | 0.92% | 0.94% | - |
| XYZ | 37.61 | 22.18 | 2.96 | - |
| YUV | 111.9 | 76.15 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 20 | 0 | 0.73 | 0.92 | 0.06 | 12.33 | 0.87 | 0.51 |
| Hex | EF | 41 | 14 | 0 | 49 | 5C | 6 | C | 57 | 33 |
| Octal | 357 | 101 | 24 | 0 | 111 | 134 | 6 | 14 | 127 | 63 |
| Binary | 11101111 | 1000001 | 10100 | 0 | 1001001 | 1011100 | 110 | 1100 | 1010111 | 110011 |
Color Harmonies of #EF4114
Complementary color
Monochromatic Colors of #EF4114
Black with #EF4114
Text Example
Text Example
White with #EF4114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4114; }
p { color: rgb(239,65,20); }
H1.HeaderClassName
{
color: #EF4114;
}
.AnyTagClassName
{
color: #EF4114;
}
</style>
background-color css
<style>
a { background-color: #EF4114; }
a { background-color: rgb(239,65,20); }
div.DivClassName
{
background-color: #EF4114;
}
.BgClassName
{
background-color: #EF4114;
}
</style>
border-color css
<style>
span { border-color: #EF4114; }
span { border-color: rgb(239,65,20); }
td.TdClassName
{
border-color: #EF4114;
}
.TagClassName
{
border-color: #EF4114;
}
</style>