Shades of Orange Red #ED470E
Tints of Orange Red #ED470E
RGB
CMYK
RGB Variations
Color information
#ED470E (or 0xED470E) is known color: Orange Red. HEX triplet: ED, 47 and 0E. RGB value is (237,71,14). Sum of RGB (Red+Green+Blue) = 237+71+14=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED470E is #12B8F1. Grayscale: #727272. Windows color (decimal): -1226994 or 935917. OLE color: 935917.
HSL color Cylindrical-coordinate representation of color #ED470E: hue angle of 15.34º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED470E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 15.34º | 0.89% | 0.49% | - |
| HSV(B) | 15.34º | 0.94% | 0.93% | - |
| XYZ | 37.26 | 22.54 | 2.8 | - |
| YUV | 114.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 14 | 0 | 0.70 | 0.94 | 0.07 | 15.34 | 0.89 | 0.49 |
| Hex | ED | 47 | E | 0 | 46 | 5E | 7 | F | 59 | 31 |
| Octal | 355 | 107 | 16 | 0 | 106 | 136 | 7 | 17 | 131 | 61 |
| Binary | 11101101 | 1000111 | 1110 | 0 | 1000110 | 1011110 | 111 | 1111 | 1011001 | 110001 |
Color Harmonies of #ED470E
Complementary color
Monochromatic Colors of #ED470E
Black with #ED470E
Text Example
Text Example
White with #ED470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED470E; }
p { color: rgb(237,71,14); }
H1.HeaderClassName
{
color: #ED470E;
}
.AnyTagClassName
{
color: #ED470E;
}
</style>
background-color css
<style>
a { background-color: #ED470E; }
a { background-color: rgb(237,71,14); }
div.DivClassName
{
background-color: #ED470E;
}
.BgClassName
{
background-color: #ED470E;
}
</style>
border-color css
<style>
span { border-color: #ED470E; }
span { border-color: rgb(237,71,14); }
td.TdClassName
{
border-color: #ED470E;
}
.TagClassName
{
border-color: #ED470E;
}
</style>