Shades of Orange Red #ED3709
Tints of Orange Red #ED3709
RGB
CMYK
RGB Variations
Color information
#ED3709 (or 0xED3709) is known color: Orange Red. HEX triplet: ED, 37 and 09. RGB value is (237,55,9). Sum of RGB (Red+Green+Blue) = 237+55+9=301 (39% of max value = 765). Red value is 237 (92.97% from 255 or 78.74% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3709 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3709 is #12C8F6. Grayscale: #686868. Windows color (decimal): -1231095 or 604141. OLE color: 604141.
HSL color Cylindrical-coordinate representation of color #ED3709: hue angle of 12.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED3709 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.07 |
| HSL | 12.11º | 0.93% | 0.48% | - |
| HSV(B) | 12.11º | 0.96% | 0.93% | - |
| XYZ | 36.34 | 20.76 | 2.35 | - |
| YUV | 104.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 9 | 0 | 0.77 | 0.96 | 0.07 | 12.11 | 0.93 | 0.48 |
| Hex | ED | 37 | 9 | 0 | 4D | 60 | 7 | C | 5D | 30 |
| Octal | 355 | 67 | 11 | 0 | 115 | 140 | 7 | 14 | 135 | 60 |
| Binary | 11101101 | 110111 | 1001 | 0 | 1001101 | 1100000 | 111 | 1100 | 1011101 | 110000 |
Color Harmonies of #ED3709
Complementary color
Monochromatic Colors of #ED3709
Black with #ED3709
Text Example
Text Example
White with #ED3709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3709; }
p { color: rgb(237,55,9); }
H1.HeaderClassName
{
color: #ED3709;
}
.AnyTagClassName
{
color: #ED3709;
}
</style>
background-color css
<style>
a { background-color: #ED3709; }
a { background-color: rgb(237,55,9); }
div.DivClassName
{
background-color: #ED3709;
}
.BgClassName
{
background-color: #ED3709;
}
</style>
border-color css
<style>
span { border-color: #ED3709; }
span { border-color: rgb(237,55,9); }
td.TdClassName
{
border-color: #ED3709;
}
.TagClassName
{
border-color: #ED3709;
}
</style>