Shades of Orange Red #ED470F
Tints of Orange Red #ED470F
RGB
CMYK
RGB Variations
Color information
#ED470F (or 0xED470F) is known color: Orange Red. HEX triplet: ED, 47 and 0F. RGB value is (237,71,15). Sum of RGB (Red+Green+Blue) = 237+71+15=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED470F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED470F is #12B8F0. Grayscale: #727272. Windows color (decimal): -1226993 or 1001453. OLE color: 1001453.
HSL color Cylindrical-coordinate representation of color #ED470F: hue angle of 15.14º degrees, saturation: 0.88, 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 #ED470F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 15.14º | 0.88% | 0.49% | - |
| HSV(B) | 15.14º | 0.94% | 0.93% | - |
| XYZ | 37.26 | 22.55 | 2.84 | - |
| YUV | 114.25 | 72 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 15 | 0 | 0.70 | 0.94 | 0.07 | 15.14 | 0.88 | 0.49 |
| Hex | ED | 47 | F | 0 | 46 | 5E | 7 | F | 58 | 31 |
| Octal | 355 | 107 | 17 | 0 | 106 | 136 | 7 | 17 | 130 | 61 |
| Binary | 11101101 | 1000111 | 1111 | 0 | 1000110 | 1011110 | 111 | 1111 | 1011000 | 110001 |
Color Harmonies of #ED470F
Complementary color
Monochromatic Colors of #ED470F
Black with #ED470F
Text Example
Text Example
White with #ED470F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED470F; }
p { color: rgb(237,71,15); }
H1.HeaderClassName
{
color: #ED470F;
}
.AnyTagClassName
{
color: #ED470F;
}
</style>
background-color css
<style>
a { background-color: #ED470F; }
a { background-color: rgb(237,71,15); }
div.DivClassName
{
background-color: #ED470F;
}
.BgClassName
{
background-color: #ED470F;
}
</style>
border-color css
<style>
span { border-color: #ED470F; }
span { border-color: rgb(237,71,15); }
td.TdClassName
{
border-color: #ED470F;
}
.TagClassName
{
border-color: #ED470F;
}
</style>