Shades of Orange Red #EF4816
Tints of Orange Red #EF4816
RGB
CMYK
RGB Variations
Color information
#EF4816 (or 0xEF4816) is known color: Orange Red. HEX triplet: EF, 48 and 16. RGB value is (239,72,22). Sum of RGB (Red+Green+Blue) = 239+72+22=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4816 is #10B7E9. Grayscale: #747474. Windows color (decimal): -1095658 or 1460463. OLE color: 1460463.
HSL color Cylindrical-coordinate representation of color #EF4816: hue angle of 13.82º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF4816 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 72 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.06 |
| HSL | 13.82º | 0.87% | 0.51% | - |
| HSV(B) | 13.82º | 0.91% | 0.94% | - |
| XYZ | 38.06 | 23.04 | 3.2 | - |
| YUV | 116.23 | 74.83 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 72 | 22 | 0 | 0.70 | 0.91 | 0.06 | 13.82 | 0.87 | 0.51 |
| Hex | EF | 48 | 16 | 0 | 46 | 5B | 6 | E | 57 | 33 |
| Octal | 357 | 110 | 26 | 0 | 106 | 133 | 6 | 16 | 127 | 63 |
| Binary | 11101111 | 1001000 | 10110 | 0 | 1000110 | 1011011 | 110 | 1110 | 1010111 | 110011 |
Color Harmonies of #EF4816
Complementary color
Monochromatic Colors of #EF4816
Black with #EF4816
Text Example
Text Example
White with #EF4816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4816; }
p { color: rgb(239,72,22); }
H1.HeaderClassName
{
color: #EF4816;
}
.AnyTagClassName
{
color: #EF4816;
}
</style>
background-color css
<style>
a { background-color: #EF4816; }
a { background-color: rgb(239,72,22); }
div.DivClassName
{
background-color: #EF4816;
}
.BgClassName
{
background-color: #EF4816;
}
</style>
border-color css
<style>
span { border-color: #EF4816; }
span { border-color: rgb(239,72,22); }
td.TdClassName
{
border-color: #EF4816;
}
.TagClassName
{
border-color: #EF4816;
}
</style>