Shades of Orange Red #ED470B
Tints of Orange Red #ED470B
RGB
CMYK
RGB Variations
Color information
#ED470B (or 0xED470B) is known color: Orange Red. HEX triplet: ED, 47 and 0B. RGB value is (237,71,11). Sum of RGB (Red+Green+Blue) = 237+71+11=319 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.29% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 237 - color contains mainly: red. Hex color #ED470B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED470B is #12B8F4. Grayscale: #727272. Windows color (decimal): -1226997 or 739309. OLE color: 739309.
HSL color Cylindrical-coordinate representation of color #ED470B: hue angle of 15.93º 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 #ED470B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 15.93º | 0.91% | 0.49% | - |
| HSV(B) | 15.93º | 0.95% | 0.93% | - |
| XYZ | 37.24 | 22.54 | 2.7 | - |
| YUV | 113.79 | 70 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 11 | 0 | 0.70 | 0.95 | 0.07 | 15.93 | 0.91 | 0.49 |
| Hex | ED | 47 | B | 0 | 46 | 5F | 7 | 10 | 5B | 31 |
| Octal | 355 | 107 | 13 | 0 | 106 | 137 | 7 | 20 | 133 | 61 |
| Binary | 11101101 | 1000111 | 1011 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011011 | 110001 |
Color Harmonies of #ED470B
Complementary color
Monochromatic Colors of #ED470B
Black with #ED470B
Text Example
Text Example
White with #ED470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED470B; }
p { color: rgb(237,71,11); }
H1.HeaderClassName
{
color: #ED470B;
}
.AnyTagClassName
{
color: #ED470B;
}
</style>
background-color css
<style>
a { background-color: #ED470B; }
a { background-color: rgb(237,71,11); }
div.DivClassName
{
background-color: #ED470B;
}
.BgClassName
{
background-color: #ED470B;
}
</style>
border-color css
<style>
span { border-color: #ED470B; }
span { border-color: rgb(237,71,11); }
td.TdClassName
{
border-color: #ED470B;
}
.TagClassName
{
border-color: #ED470B;
}
</style>