Shades of Orange Red #ED3710
Tints of Orange Red #ED3710
RGB
CMYK
RGB Variations
Color information
#ED3710 (or 0xED3710) is known color: Orange Red. HEX triplet: ED, 37 and 10. RGB value is (237,55,16). Sum of RGB (Red+Green+Blue) = 237+55+16=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3710 is #12C8EF. Grayscale: #696969. Windows color (decimal): -1231088 or 1062893. OLE color: 1062893.
HSL color Cylindrical-coordinate representation of color #ED3710: hue angle of 10.59º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3710 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.07 |
| HSL | 10.59º | 0.87% | 0.5% | - |
| HSV(B) | 10.59º | 0.93% | 0.93% | - |
| XYZ | 36.38 | 20.77 | 2.58 | - |
| YUV | 104.97 | 77.8 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 16 | 0 | 0.77 | 0.93 | 0.07 | 10.59 | 0.87 | 0.5 |
| Hex | ED | 37 | 10 | 0 | 4D | 5D | 7 | B | 57 | 32 |
| Octal | 355 | 67 | 20 | 0 | 115 | 135 | 7 | 13 | 127 | 62 |
| Binary | 11101101 | 110111 | 10000 | 0 | 1001101 | 1011101 | 111 | 1011 | 1010111 | 110010 |
Color Harmonies of #ED3710
Complementary color
Monochromatic Colors of #ED3710
Black with #ED3710
Text Example
Text Example
White with #ED3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3710; }
p { color: rgb(237,55,16); }
H1.HeaderClassName
{
color: #ED3710;
}
.AnyTagClassName
{
color: #ED3710;
}
</style>
background-color css
<style>
a { background-color: #ED3710; }
a { background-color: rgb(237,55,16); }
div.DivClassName
{
background-color: #ED3710;
}
.BgClassName
{
background-color: #ED3710;
}
</style>
border-color css
<style>
span { border-color: #ED3710; }
span { border-color: rgb(237,55,16); }
td.TdClassName
{
border-color: #ED3710;
}
.TagClassName
{
border-color: #ED3710;
}
</style>