Shades of Orange Red #EF4618
Tints of Orange Red #EF4618
RGB
CMYK
RGB Variations
Color information
#EF4618 (or 0xEF4618) is known color: Orange Red. HEX triplet: EF, 46 and 18. RGB value is (239,70,24). Sum of RGB (Red+Green+Blue) = 239+70+24=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4618 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4618 is #10B9E7. Grayscale: #737373. Windows color (decimal): -1096168 or 1591023. OLE color: 1591023.
HSL color Cylindrical-coordinate representation of color #EF4618: hue angle of 12.84º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF4618 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 70 | 24 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.06 |
| HSL | 12.84º | 0.87% | 0.52% | - |
| HSV(B) | 12.84º | 0.9% | 0.94% | - |
| XYZ | 37.95 | 22.8 | 3.26 | - |
| YUV | 115.29 | 76.49 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 70 | 24 | 0 | 0.71 | 0.90 | 0.06 | 12.84 | 0.87 | 0.52 |
| Hex | EF | 46 | 18 | 0 | 47 | 5A | 6 | D | 57 | 34 |
| Octal | 357 | 106 | 30 | 0 | 107 | 132 | 6 | 15 | 127 | 64 |
| Binary | 11101111 | 1000110 | 11000 | 0 | 1000111 | 1011010 | 110 | 1101 | 1010111 | 110100 |
Color Harmonies of #EF4618
Complementary color
Monochromatic Colors of #EF4618
Black with #EF4618
Text Example
Text Example
White with #EF4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4618; }
p { color: rgb(239,70,24); }
H1.HeaderClassName
{
color: #EF4618;
}
.AnyTagClassName
{
color: #EF4618;
}
</style>
background-color css
<style>
a { background-color: #EF4618; }
a { background-color: rgb(239,70,24); }
div.DivClassName
{
background-color: #EF4618;
}
.BgClassName
{
background-color: #EF4618;
}
</style>
border-color css
<style>
span { border-color: #EF4618; }
span { border-color: rgb(239,70,24); }
td.TdClassName
{
border-color: #EF4618;
}
.TagClassName
{
border-color: #EF4618;
}
</style>