Shades of Orange Red #EF470F
Tints of Orange Red #EF470F
RGB
CMYK
RGB Variations
Color information
#EF470F (or 0xEF470F) is known color: Orange Red. HEX triplet: EF, 47 and 0F. RGB value is (239,71,15). Sum of RGB (Red+Green+Blue) = 239+71+15=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF470F is #10B8F0. Grayscale: #737373. Windows color (decimal): -1095921 or 1001455. OLE color: 1001455.
HSL color Cylindrical-coordinate representation of color #EF470F: hue angle of 15º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF470F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.06 |
| HSL | 15º | 0.88% | 0.5% | - |
| HSV(B) | 15º | 0.94% | 0.94% | - |
| XYZ | 37.94 | 22.89 | 2.87 | - |
| YUV | 114.85 | 71.66 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 15 | 0 | 0.70 | 0.94 | 0.06 | 15 | 0.88 | 0.5 |
| Hex | EF | 47 | F | 0 | 46 | 5E | 6 | F | 58 | 32 |
| Octal | 357 | 107 | 17 | 0 | 106 | 136 | 6 | 17 | 130 | 62 |
| Binary | 11101111 | 1000111 | 1111 | 0 | 1000110 | 1011110 | 110 | 1111 | 1011000 | 110010 |
Color Harmonies of #EF470F
Complementary color
Monochromatic Colors of #EF470F
Black with #EF470F
Text Example
Text Example
White with #EF470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF470F; }
p { color: rgb(239,71,15); }
H1.HeaderClassName
{
color: #EF470F;
}
.AnyTagClassName
{
color: #EF470F;
}
</style>
background-color css
<style>
a { background-color: #EF470F; }
a { background-color: rgb(239,71,15); }
div.DivClassName
{
background-color: #EF470F;
}
.BgClassName
{
background-color: #EF470F;
}
</style>
border-color css
<style>
span { border-color: #EF470F; }
span { border-color: rgb(239,71,15); }
td.TdClassName
{
border-color: #EF470F;
}
.TagClassName
{
border-color: #EF470F;
}
</style>