Shades of Orange Red #ED4705
Tints of Orange Red #ED4705
RGB
CMYK
RGB Variations
Color information
#ED4705 (or 0xED4705) is known color: Orange Red. HEX triplet: ED, 47 and 05. RGB value is (237,71,5). Sum of RGB (Red+Green+Blue) = 237+71+5=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4705 is #12B8FA. Grayscale: #717171. Windows color (decimal): -1227003 or 346093. OLE color: 346093.
HSL color Cylindrical-coordinate representation of color #ED4705: hue angle of 17.07º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED4705 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 71 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.07 |
| HSL | 17.07º | 0.96% | 0.47% | - |
| HSV(B) | 17.07º | 0.98% | 0.93% | - |
| XYZ | 37.21 | 22.52 | 2.53 | - |
| YUV | 113.11 | 67 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 71 | 5 | 0 | 0.70 | 0.98 | 0.07 | 17.07 | 0.96 | 0.47 |
| Hex | ED | 47 | 5 | 0 | 46 | 62 | 7 | 11 | 60 | 2F |
| Octal | 355 | 107 | 5 | 0 | 106 | 142 | 7 | 21 | 140 | 57 |
| Binary | 11101101 | 1000111 | 101 | 0 | 1000110 | 1100010 | 111 | 10001 | 1100000 | 101111 |
Color Harmonies of #ED4705
Complementary color
Monochromatic Colors of #ED4705
Black with #ED4705
Text Example
Text Example
White with #ED4705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4705; }
p { color: rgb(237,71,5); }
H1.HeaderClassName
{
color: #ED4705;
}
.AnyTagClassName
{
color: #ED4705;
}
</style>
background-color css
<style>
a { background-color: #ED4705; }
a { background-color: rgb(237,71,5); }
div.DivClassName
{
background-color: #ED4705;
}
.BgClassName
{
background-color: #ED4705;
}
</style>
border-color css
<style>
span { border-color: #ED4705; }
span { border-color: rgb(237,71,5); }
td.TdClassName
{
border-color: #ED4705;
}
.TagClassName
{
border-color: #ED4705;
}
</style>