Shades of Orange Red #EF4715
Tints of Orange Red #EF4715
RGB
CMYK
RGB Variations
Color information
#EF4715 (or 0xEF4715) is known color: Orange Red. HEX triplet: EF, 47 and 15. RGB value is (239,71,21). Sum of RGB (Red+Green+Blue) = 239+71+21=331 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.21% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF4715 is #10B8EA. Grayscale: #737373. Windows color (decimal): -1095915 or 1394671. OLE color: 1394671.
HSL color Cylindrical-coordinate representation of color #EF4715: hue angle of 13.76º 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 #EF4715 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.06 |
| HSL | 13.76º | 0.87% | 0.51% | - |
| HSV(B) | 13.76º | 0.91% | 0.94% | - |
| XYZ | 37.99 | 22.91 | 3.13 | - |
| YUV | 115.53 | 74.66 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 21 | 0 | 0.70 | 0.91 | 0.06 | 13.76 | 0.87 | 0.51 |
| Hex | EF | 47 | 15 | 0 | 46 | 5B | 6 | E | 57 | 33 |
| Octal | 357 | 107 | 25 | 0 | 106 | 133 | 6 | 16 | 127 | 63 |
| Binary | 11101111 | 1000111 | 10101 | 0 | 1000110 | 1011011 | 110 | 1110 | 1010111 | 110011 |
Color Harmonies of #EF4715
Complementary color
Monochromatic Colors of #EF4715
Black with #EF4715
Text Example
Text Example
White with #EF4715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF4715; }
p { color: rgb(239,71,21); }
H1.HeaderClassName
{
color: #EF4715;
}
.AnyTagClassName
{
color: #EF4715;
}
</style>
background-color css
<style>
a { background-color: #EF4715; }
a { background-color: rgb(239,71,21); }
div.DivClassName
{
background-color: #EF4715;
}
.BgClassName
{
background-color: #EF4715;
}
</style>
border-color css
<style>
span { border-color: #EF4715; }
span { border-color: rgb(239,71,21); }
td.TdClassName
{
border-color: #EF4715;
}
.TagClassName
{
border-color: #EF4715;
}
</style>