Shades of Orange Red #ED3916
Tints of Orange Red #ED3916
RGB
CMYK
RGB Variations
Color information
#ED3916 (or 0xED3916) is known color: Orange Red. HEX triplet: ED, 39 and 16. RGB value is (237,57,22). Sum of RGB (Red+Green+Blue) = 237+57+22=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3916 is #12C6E9. Grayscale: #6B6B6B. Windows color (decimal): -1230570 or 1456621. OLE color: 1456621.
HSL color Cylindrical-coordinate representation of color #ED3916: hue angle of 9.77º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED3916 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 22 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.07 |
| HSL | 9.77º | 0.86% | 0.51% | - |
| HSV(B) | 9.77º | 0.91% | 0.93% | - |
| XYZ | 36.53 | 20.99 | 2.88 | - |
| YUV | 106.83 | 80.13 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 22 | 0 | 0.76 | 0.91 | 0.07 | 9.77 | 0.86 | 0.51 |
| Hex | ED | 39 | 16 | 0 | 4C | 5B | 7 | A | 56 | 33 |
| Octal | 355 | 71 | 26 | 0 | 114 | 133 | 7 | 12 | 126 | 63 |
| Binary | 11101101 | 111001 | 10110 | 0 | 1001100 | 1011011 | 111 | 1010 | 1010110 | 110011 |
Color Harmonies of #ED3916
Complementary color
Monochromatic Colors of #ED3916
Black with #ED3916
Text Example
Text Example
White with #ED3916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3916; }
p { color: rgb(237,57,22); }
H1.HeaderClassName
{
color: #ED3916;
}
.AnyTagClassName
{
color: #ED3916;
}
</style>
background-color css
<style>
a { background-color: #ED3916; }
a { background-color: rgb(237,57,22); }
div.DivClassName
{
background-color: #ED3916;
}
.BgClassName
{
background-color: #ED3916;
}
</style>
border-color css
<style>
span { border-color: #ED3916; }
span { border-color: rgb(237,57,22); }
td.TdClassName
{
border-color: #ED3916;
}
.TagClassName
{
border-color: #ED3916;
}
</style>