Shades of Orange Red #ED470D
Tints of Orange Red #ED470D
RGB
CMYK
RGB Variations
Color information
#ED470D (or 0xED470D) is known color: Orange Red. HEX triplet: ED, 47 and 0D. RGB value is (237,71,13). Sum of RGB (Red+Green+Blue) = 237+71+13=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED470D is #12B8F2. Grayscale: #727272. Windows color (decimal): -1226995 or 870381. OLE color: 870381.
HSL color Cylindrical-coordinate representation of color #ED470D: hue angle of 15.54º degrees, saturation: 0.9, 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 #ED470D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.07 |
| HSL | 15.54º | 0.9% | 0.49% | - |
| HSV(B) | 15.54º | 0.95% | 0.93% | - |
| XYZ | 37.25 | 22.54 | 2.77 | - |
| YUV | 114.02 | 71 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 13 | 0 | 0.70 | 0.95 | 0.07 | 15.54 | 0.9 | 0.49 |
| Hex | ED | 47 | D | 0 | 46 | 5F | 7 | 10 | 5A | 31 |
| Octal | 355 | 107 | 15 | 0 | 106 | 137 | 7 | 20 | 132 | 61 |
| Binary | 11101101 | 1000111 | 1101 | 0 | 1000110 | 1011111 | 111 | 10000 | 1011010 | 110001 |
Color Harmonies of #ED470D
Complementary color
Monochromatic Colors of #ED470D
Black with #ED470D
Text Example
Text Example
White with #ED470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED470D; }
p { color: rgb(237,71,13); }
H1.HeaderClassName
{
color: #ED470D;
}
.AnyTagClassName
{
color: #ED470D;
}
</style>
background-color css
<style>
a { background-color: #ED470D; }
a { background-color: rgb(237,71,13); }
div.DivClassName
{
background-color: #ED470D;
}
.BgClassName
{
background-color: #ED470D;
}
</style>
border-color css
<style>
span { border-color: #ED470D; }
span { border-color: rgb(237,71,13); }
td.TdClassName
{
border-color: #ED470D;
}
.TagClassName
{
border-color: #ED470D;
}
</style>