Shades of Orange Red #ED370F
Tints of Orange Red #ED370F
RGB
CMYK
RGB Variations
Color information
#ED370F (or 0xED370F) is known color: Orange Red. HEX triplet: ED, 37 and 0F. RGB value is (237,55,15). Sum of RGB (Red+Green+Blue) = 237+55+15=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED370F is #12C8F0. Grayscale: #696969. Windows color (decimal): -1231089 or 997357. OLE color: 997357.
HSL color Cylindrical-coordinate representation of color #ED370F: hue angle of 10.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED370F is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 55 | 15 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.07 |
| HSL | 10.81º | 0.88% | 0.49% | - |
| HSV(B) | 10.81º | 0.94% | 0.93% | - |
| XYZ | 36.38 | 20.77 | 2.54 | - |
| YUV | 104.86 | 77.3 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 55 | 15 | 0 | 0.77 | 0.94 | 0.07 | 10.81 | 0.88 | 0.49 |
| Hex | ED | 37 | F | 0 | 4D | 5E | 7 | B | 58 | 31 |
| Octal | 355 | 67 | 17 | 0 | 115 | 136 | 7 | 13 | 130 | 61 |
| Binary | 11101101 | 110111 | 1111 | 0 | 1001101 | 1011110 | 111 | 1011 | 1011000 | 110001 |
Color Harmonies of #ED370F
Complementary color
Monochromatic Colors of #ED370F
Black with #ED370F
Text Example
Text Example
White with #ED370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED370F; }
p { color: rgb(237,55,15); }
H1.HeaderClassName
{
color: #ED370F;
}
.AnyTagClassName
{
color: #ED370F;
}
</style>
background-color css
<style>
a { background-color: #ED370F; }
a { background-color: rgb(237,55,15); }
div.DivClassName
{
background-color: #ED370F;
}
.BgClassName
{
background-color: #ED370F;
}
</style>
border-color css
<style>
span { border-color: #ED370F; }
span { border-color: rgb(237,55,15); }
td.TdClassName
{
border-color: #ED370F;
}
.TagClassName
{
border-color: #ED370F;
}
</style>