Shades of Orange Red #ED450E
Tints of Orange Red #ED450E
RGB
CMYK
RGB Variations
Color information
#ED450E (or 0xED450E) is known color: Orange Red. HEX triplet: ED, 45 and 0E. RGB value is (237,69,14). Sum of RGB (Red+Green+Blue) = 237+69+14=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED450E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED450E is #12BAF1. Grayscale: #717171. Windows color (decimal): -1227506 or 935405. OLE color: 935405.
HSL color Cylindrical-coordinate representation of color #ED450E: hue angle of 14.8º degrees, saturation: 0.89, 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 #ED450E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.07 |
| HSL | 14.8º | 0.89% | 0.49% | - |
| HSV(B) | 14.8º | 0.94% | 0.93% | - |
| XYZ | 37.13 | 22.29 | 2.76 | - |
| YUV | 112.96 | 72.16 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 14 | 0 | 0.71 | 0.94 | 0.07 | 14.8 | 0.89 | 0.49 |
| Hex | ED | 45 | E | 0 | 47 | 5E | 7 | F | 59 | 31 |
| Octal | 355 | 105 | 16 | 0 | 107 | 136 | 7 | 17 | 131 | 61 |
| Binary | 11101101 | 1000101 | 1110 | 0 | 1000111 | 1011110 | 111 | 1111 | 1011001 | 110001 |
Color Harmonies of #ED450E
Complementary color
Monochromatic Colors of #ED450E
Black with #ED450E
Text Example
Text Example
White with #ED450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED450E; }
p { color: rgb(237,69,14); }
H1.HeaderClassName
{
color: #ED450E;
}
.AnyTagClassName
{
color: #ED450E;
}
</style>
background-color css
<style>
a { background-color: #ED450E; }
a { background-color: rgb(237,69,14); }
div.DivClassName
{
background-color: #ED450E;
}
.BgClassName
{
background-color: #ED450E;
}
</style>
border-color css
<style>
span { border-color: #ED450E; }
span { border-color: rgb(237,69,14); }
td.TdClassName
{
border-color: #ED450E;
}
.TagClassName
{
border-color: #ED450E;
}
</style>