Shades of Orange Red #ED3610
Tints of Orange Red #ED3610
RGB
CMYK
RGB Variations
Color information
#ED3610 (or 0xED3610) is known color: Orange Red. HEX triplet: ED, 36 and 10. RGB value is (237,54,16). Sum of RGB (Red+Green+Blue) = 237+54+16=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3610 is #12C9EF. Grayscale: #686868. Windows color (decimal): -1231344 or 1062637. OLE color: 1062637.
HSL color Cylindrical-coordinate representation of color #ED3610: hue angle of 10.32º 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 #ED3610 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 54 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.07 |
| HSL | 10.32º | 0.87% | 0.5% | - |
| HSV(B) | 10.32º | 0.93% | 0.93% | - |
| XYZ | 36.34 | 20.68 | 2.57 | - |
| YUV | 104.39 | 78.13 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 54 | 16 | 0 | 0.77 | 0.93 | 0.07 | 10.32 | 0.87 | 0.5 |
| Hex | ED | 36 | 10 | 0 | 4D | 5D | 7 | A | 57 | 32 |
| Octal | 355 | 66 | 20 | 0 | 115 | 135 | 7 | 12 | 127 | 62 |
| Binary | 11101101 | 110110 | 10000 | 0 | 1001101 | 1011101 | 111 | 1010 | 1010111 | 110010 |
Color Harmonies of #ED3610
Complementary color
Monochromatic Colors of #ED3610
Black with #ED3610
Text Example
Text Example
White with #ED3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3610; }
p { color: rgb(237,54,16); }
H1.HeaderClassName
{
color: #ED3610;
}
.AnyTagClassName
{
color: #ED3610;
}
</style>
background-color css
<style>
a { background-color: #ED3610; }
a { background-color: rgb(237,54,16); }
div.DivClassName
{
background-color: #ED3610;
}
.BgClassName
{
background-color: #ED3610;
}
</style>
border-color css
<style>
span { border-color: #ED3610; }
span { border-color: rgb(237,54,16); }
td.TdClassName
{
border-color: #ED3610;
}
.TagClassName
{
border-color: #ED3610;
}
</style>