Shades of Orange Red #EF4217
Tints of Orange Red #EF4217
RGB
CMYK
RGB Variations
Color information
#EF4217 (or 0xEF4217) is known color: Orange Red. HEX triplet: EF, 42 and 17. RGB value is (239,66,23). Sum of RGB (Red+Green+Blue) = 239+66+23=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4217 is #10BDE8. Grayscale: #717171. Windows color (decimal): -1097193 or 1524463. OLE color: 1524463.
HSL color Cylindrical-coordinate representation of color #EF4217: hue angle of 11.94º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4217 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 66 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.06 |
| HSL | 11.94º | 0.87% | 0.51% | - |
| HSV(B) | 11.94º | 0.9% | 0.94% | - |
| XYZ | 37.7 | 22.31 | 3.13 | - |
| YUV | 112.83 | 77.31 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 23 | 0 | 0.72 | 0.90 | 0.06 | 11.94 | 0.87 | 0.51 |
| Hex | EF | 42 | 17 | 0 | 48 | 5A | 6 | C | 57 | 33 |
| Octal | 357 | 102 | 27 | 0 | 110 | 132 | 6 | 14 | 127 | 63 |
| Binary | 11101111 | 1000010 | 10111 | 0 | 1001000 | 1011010 | 110 | 1100 | 1010111 | 110011 |
Color Harmonies of #EF4217
Complementary color
Monochromatic Colors of #EF4217
Black with #EF4217
Text Example
Text Example
White with #EF4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4217; }
p { color: rgb(239,66,23); }
H1.HeaderClassName
{
color: #EF4217;
}
.AnyTagClassName
{
color: #EF4217;
}
</style>
background-color css
<style>
a { background-color: #EF4217; }
a { background-color: rgb(239,66,23); }
div.DivClassName
{
background-color: #EF4217;
}
.BgClassName
{
background-color: #EF4217;
}
</style>
border-color css
<style>
span { border-color: #EF4217; }
span { border-color: rgb(239,66,23); }
td.TdClassName
{
border-color: #EF4217;
}
.TagClassName
{
border-color: #EF4217;
}
</style>