Shades of Orange Red #ED4610
Tints of Orange Red #ED4610
RGB
CMYK
RGB Variations
Color information
#ED4610 (or 0xED4610) is known color: Orange Red. HEX triplet: ED, 46 and 10. RGB value is (237,70,16). Sum of RGB (Red+Green+Blue) = 237+70+16=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4610 is #12B9EF. Grayscale: #727272. Windows color (decimal): -1227248 or 1066733. OLE color: 1066733.
HSL color Cylindrical-coordinate representation of color #ED4610: hue angle of 14.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED4610 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.07 |
| HSL | 14.66º | 0.87% | 0.5% | - |
| HSV(B) | 14.66º | 0.93% | 0.93% | - |
| XYZ | 37.21 | 22.42 | 2.86 | - |
| YUV | 113.78 | 72.83 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 16 | 0 | 0.70 | 0.93 | 0.07 | 14.66 | 0.87 | 0.5 |
| Hex | ED | 46 | 10 | 0 | 46 | 5D | 7 | F | 57 | 32 |
| Octal | 355 | 106 | 20 | 0 | 106 | 135 | 7 | 17 | 127 | 62 |
| Binary | 11101101 | 1000110 | 10000 | 0 | 1000110 | 1011101 | 111 | 1111 | 1010111 | 110010 |
Color Harmonies of #ED4610
Complementary color
Monochromatic Colors of #ED4610
Black with #ED4610
Text Example
Text Example
White with #ED4610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4610; }
p { color: rgb(237,70,16); }
H1.HeaderClassName
{
color: #ED4610;
}
.AnyTagClassName
{
color: #ED4610;
}
</style>
background-color css
<style>
a { background-color: #ED4610; }
a { background-color: rgb(237,70,16); }
div.DivClassName
{
background-color: #ED4610;
}
.BgClassName
{
background-color: #ED4610;
}
</style>
border-color css
<style>
span { border-color: #ED4610; }
span { border-color: rgb(237,70,16); }
td.TdClassName
{
border-color: #ED4610;
}
.TagClassName
{
border-color: #ED4610;
}
</style>