Shades of Orange Red #ED460B
Tints of Orange Red #ED460B
RGB
CMYK
RGB Variations
Color information
#ED460B (or 0xED460B) is known color: Orange Red. HEX triplet: ED, 46 and 0B. RGB value is (237,70,11). Sum of RGB (Red+Green+Blue) = 237+70+11=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED460B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED460B is #12B9F4. Grayscale: #717171. Windows color (decimal): -1227253 or 739053. OLE color: 739053.
HSL color Cylindrical-coordinate representation of color #ED460B: hue angle of 15.66º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED460B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 70 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 15.66º | 0.91% | 0.49% | - |
| HSV(B) | 15.66º | 0.95% | 0.93% | - |
| XYZ | 37.18 | 22.41 | 2.68 | - |
| YUV | 113.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 70 | 11 | 0 | 0.70 | 0.95 | 0.07 | 15.66 | 0.91 | 0.49 |
| Hex | ED | 46 | B | 0 | 46 | 5F | 7 | 10 | 5B | 31 |
| Octal | 355 | 106 | 13 | 0 | 106 | 137 | 7 | 20 | 133 | 61 |
| Binary | 11101101 | 1000110 | 1011 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011011 | 110001 |
Color Harmonies of #ED460B
Complementary color
Monochromatic Colors of #ED460B
Black with #ED460B
Text Example
Text Example
White with #ED460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED460B; }
p { color: rgb(237,70,11); }
H1.HeaderClassName
{
color: #ED460B;
}
.AnyTagClassName
{
color: #ED460B;
}
</style>
background-color css
<style>
a { background-color: #ED460B; }
a { background-color: rgb(237,70,11); }
div.DivClassName
{
background-color: #ED460B;
}
.BgClassName
{
background-color: #ED460B;
}
</style>
border-color css
<style>
span { border-color: #ED460B; }
span { border-color: rgb(237,70,11); }
td.TdClassName
{
border-color: #ED460B;
}
.TagClassName
{
border-color: #ED460B;
}
</style>