Shades of Orange Red #ED3715
Tints of Orange Red #ED3715
RGB
CMYK
RGB Variations
Color information
#ED3715 (or 0xED3715) is known color: Orange Red. HEX triplet: ED, 37 and 15. RGB value is (237,55,21). Sum of RGB (Red+Green+Blue) = 237+55+21=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3715 is #12C8EA. Grayscale: #696969. Windows color (decimal): -1231083 or 1390573. OLE color: 1390573.
HSL color Cylindrical-coordinate representation of color #ED3715: hue angle of 9.44º 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 #ED3715 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 21 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.07 |
| HSL | 9.44º | 0.86% | 0.51% | - |
| HSV(B) | 9.44º | 0.91% | 0.93% | - |
| XYZ | 36.43 | 20.79 | 2.8 | - |
| YUV | 105.54 | 80.3 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 21 | 0 | 0.77 | 0.91 | 0.07 | 9.44 | 0.86 | 0.51 |
| Hex | ED | 37 | 15 | 0 | 4D | 5B | 7 | 9 | 56 | 33 |
| Octal | 355 | 67 | 25 | 0 | 115 | 133 | 7 | 11 | 126 | 63 |
| Binary | 11101101 | 110111 | 10101 | 0 | 1001101 | 1011011 | 111 | 1001 | 1010110 | 110011 |
Color Harmonies of #ED3715
Complementary color
Monochromatic Colors of #ED3715
Black with #ED3715
Text Example
Text Example
White with #ED3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3715; }
p { color: rgb(237,55,21); }
H1.HeaderClassName
{
color: #ED3715;
}
.AnyTagClassName
{
color: #ED3715;
}
</style>
background-color css
<style>
a { background-color: #ED3715; }
a { background-color: rgb(237,55,21); }
div.DivClassName
{
background-color: #ED3715;
}
.BgClassName
{
background-color: #ED3715;
}
</style>
border-color css
<style>
span { border-color: #ED3715; }
span { border-color: rgb(237,55,21); }
td.TdClassName
{
border-color: #ED3715;
}
.TagClassName
{
border-color: #ED3715;
}
</style>