Shades of Orange Red #ED460F
Tints of Orange Red #ED460F
RGB
CMYK
RGB Variations
Color information
#ED460F (or 0xED460F) is known color: Orange Red. HEX triplet: ED, 46 and 0F. RGB value is (237,70,15). Sum of RGB (Red+Green+Blue) = 237+70+15=322 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.60% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 237 - color contains mainly: red. Hex color #ED460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED460F is #12B9F0. Grayscale: #727272. Windows color (decimal): -1227249 or 1001197. OLE color: 1001197.
HSL color Cylindrical-coordinate representation of color #ED460F: hue angle of 14.86º 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 #ED460F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.07 |
| HSL | 14.86º | 0.88% | 0.49% | - |
| HSV(B) | 14.86º | 0.94% | 0.93% | - |
| XYZ | 37.2 | 22.42 | 2.82 | - |
| YUV | 113.66 | 72.33 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 15 | 0 | 0.70 | 0.94 | 0.07 | 14.86 | 0.88 | 0.49 |
| Hex | ED | 46 | F | 0 | 46 | 5E | 7 | F | 58 | 31 |
| Octal | 355 | 106 | 17 | 0 | 106 | 136 | 7 | 17 | 130 | 61 |
| Binary | 11101101 | 1000110 | 1111 | 0 | 1000110 | 1011110 | 111 | 1111 | 1011000 | 110001 |
Color Harmonies of #ED460F
Complementary color
Monochromatic Colors of #ED460F
Black with #ED460F
Text Example
Text Example
White with #ED460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED460F; }
p { color: rgb(237,70,15); }
H1.HeaderClassName
{
color: #ED460F;
}
.AnyTagClassName
{
color: #ED460F;
}
</style>
background-color css
<style>
a { background-color: #ED460F; }
a { background-color: rgb(237,70,15); }
div.DivClassName
{
background-color: #ED460F;
}
.BgClassName
{
background-color: #ED460F;
}
</style>
border-color css
<style>
span { border-color: #ED460F; }
span { border-color: rgb(237,70,15); }
td.TdClassName
{
border-color: #ED460F;
}
.TagClassName
{
border-color: #ED460F;
}
</style>