Shades of Orange Red #EF470D
Tints of Orange Red #EF470D
RGB
CMYK
RGB Variations
Color information
#EF470D (or 0xEF470D) is known color: Orange Red. HEX triplet: EF, 47 and 0D. RGB value is (239,71,13). Sum of RGB (Red+Green+Blue) = 239+71+13=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EF470D is #10B8F2. Grayscale: #737373. Windows color (decimal): -1095923 or 870383. OLE color: 870383.
HSL color Cylindrical-coordinate representation of color #EF470D: hue angle of 15.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF470D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 71 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.06 |
| HSL | 15.4º | 0.9% | 0.49% | - |
| HSV(B) | 15.4º | 0.95% | 0.94% | - |
| XYZ | 37.92 | 22.89 | 2.8 | - |
| YUV | 114.62 | 70.66 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 71 | 13 | 0 | 0.70 | 0.95 | 0.06 | 15.4 | 0.9 | 0.49 |
| Hex | EF | 47 | D | 0 | 46 | 5F | 6 | F | 5A | 31 |
| Octal | 357 | 107 | 15 | 0 | 106 | 137 | 6 | 17 | 132 | 61 |
| Binary | 11101111 | 1000111 | 1101 | 0 | 1000110 | 1011111 | 110 | 1111 | 1011010 | 110001 |
Color Harmonies of #EF470D
Complementary color
Monochromatic Colors of #EF470D
Black with #EF470D
Text Example
Text Example
White with #EF470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF470D; }
p { color: rgb(239,71,13); }
H1.HeaderClassName
{
color: #EF470D;
}
.AnyTagClassName
{
color: #EF470D;
}
</style>
background-color css
<style>
a { background-color: #EF470D; }
a { background-color: rgb(239,71,13); }
div.DivClassName
{
background-color: #EF470D;
}
.BgClassName
{
background-color: #EF470D;
}
</style>
border-color css
<style>
span { border-color: #EF470D; }
span { border-color: rgb(239,71,13); }
td.TdClassName
{
border-color: #EF470D;
}
.TagClassName
{
border-color: #EF470D;
}
</style>