Shades of Orange Red #ED4400
Tints of Orange Red #ED4400
RGB
CMYK
RGB Variations
Color information
#ED4400 (or 0xED4400) is known color: Orange Red. HEX triplet: ED, 44 and 00. RGB value is (237,68,0). Sum of RGB (Red+Green+Blue) = 237+68+0=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4400 is #12BBFF. Grayscale: #6F6F6F. Windows color (decimal): -1227776 or 17645. OLE color: 17645.
HSL color Cylindrical-coordinate representation of color #ED4400: hue angle of 17.22º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED4400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.07 |
| HSL | 17.22º | 1% | 0.46% | - |
| HSV(B) | 17.22º | 1% | 0.93% | - |
| XYZ | 36.99 | 22.14 | 2.32 | - |
| YUV | 110.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 0 | 0 | 0.71 | 1 | 0.07 | 17.22 | 1 | 0.46 |
| Hex | ED | 44 | 0 | 0 | 47 | 64 | 7 | 11 | 64 | 2E |
| Octal | 355 | 104 | 0 | 0 | 107 | 144 | 7 | 21 | 144 | 56 |
| Binary | 11101101 | 1000100 | 0 | 0 | 1000111 | 1100100 | 111 | 10001 | 1100100 | 101110 |
Color Harmonies of #ED4400
Complementary color
Monochromatic Colors of #ED4400
Black with #ED4400
Text Example
Text Example
White with #ED4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4400; }
p { color: rgb(237,68,0); }
H1.HeaderClassName
{
color: #ED4400;
}
.AnyTagClassName
{
color: #ED4400;
}
</style>
background-color css
<style>
a { background-color: #ED4400; }
a { background-color: rgb(237,68,0); }
div.DivClassName
{
background-color: #ED4400;
}
.BgClassName
{
background-color: #ED4400;
}
</style>
border-color css
<style>
span { border-color: #ED4400; }
span { border-color: rgb(237,68,0); }
td.TdClassName
{
border-color: #ED4400;
}
.TagClassName
{
border-color: #ED4400;
}
</style>