Shades of Orange Red #EF4817
Tints of Orange Red #EF4817
RGB
CMYK
RGB Variations
Color information
#EF4817 (or 0xEF4817) is known color: Orange Red. HEX triplet: EF, 48 and 17. RGB value is (239,72,23). Sum of RGB (Red+Green+Blue) = 239+72+23=334 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.56% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4817 is #10B7E8. Grayscale: #747474. Windows color (decimal): -1095657 or 1525999. OLE color: 1525999.
HSL color Cylindrical-coordinate representation of color #EF4817: hue angle of 13.61º 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 #EF4817 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.06 |
| HSL | 13.61º | 0.87% | 0.51% | - |
| HSV(B) | 13.61º | 0.9% | 0.94% | - |
| XYZ | 38.07 | 23.05 | 3.25 | - |
| YUV | 116.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 23 | 0 | 0.70 | 0.90 | 0.06 | 13.61 | 0.87 | 0.51 |
| Hex | EF | 48 | 17 | 0 | 46 | 5A | 6 | E | 57 | 33 |
| Octal | 357 | 110 | 27 | 0 | 106 | 132 | 6 | 16 | 127 | 63 |
| Binary | 11101111 | 1001000 | 10111 | 0 | 1000110 | 1011010 | 110 | 1110 | 1010111 | 110011 |
Color Harmonies of #EF4817
Complementary color
Monochromatic Colors of #EF4817
Black with #EF4817
Text Example
Text Example
White with #EF4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4817; }
p { color: rgb(239,72,23); }
H1.HeaderClassName
{
color: #EF4817;
}
.AnyTagClassName
{
color: #EF4817;
}
</style>
background-color css
<style>
a { background-color: #EF4817; }
a { background-color: rgb(239,72,23); }
div.DivClassName
{
background-color: #EF4817;
}
.BgClassName
{
background-color: #EF4817;
}
</style>
border-color css
<style>
span { border-color: #EF4817; }
span { border-color: rgb(239,72,23); }
td.TdClassName
{
border-color: #EF4817;
}
.TagClassName
{
border-color: #EF4817;
}
</style>