Shades of Orange Red #ED3E08
Tints of Orange Red #ED3E08
RGB
CMYK
RGB Variations
Color information
#ED3E08 (or 0xED3E08) is known color: Orange Red. HEX triplet: ED, 3E and 08. RGB value is (237,62,8). Sum of RGB (Red+Green+Blue) = 237+62+8=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E08 is #12C1F7. Grayscale: #6C6C6C. Windows color (decimal): -1229304 or 540397. OLE color: 540397.
HSL color Cylindrical-coordinate representation of color #ED3E08: hue angle of 14.15º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED3E08 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 8 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.07 |
| HSL | 14.15º | 0.93% | 0.48% | - |
| HSV(B) | 14.15º | 0.97% | 0.93% | - |
| XYZ | 36.69 | 21.47 | 2.44 | - |
| YUV | 108.17 | 71.48 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 8 | 0 | 0.74 | 0.97 | 0.07 | 14.15 | 0.93 | 0.48 |
| Hex | ED | 3E | 8 | 0 | 4A | 61 | 7 | E | 5D | 30 |
| Octal | 355 | 76 | 10 | 0 | 112 | 141 | 7 | 16 | 135 | 60 |
| Binary | 11101101 | 111110 | 1000 | 0 | 1001010 | 1100001 | 111 | 1110 | 1011101 | 110000 |
Color Harmonies of #ED3E08
Complementary color
Monochromatic Colors of #ED3E08
Black with #ED3E08
Text Example
Text Example
White with #ED3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E08; }
p { color: rgb(237,62,8); }
H1.HeaderClassName
{
color: #ED3E08;
}
.AnyTagClassName
{
color: #ED3E08;
}
</style>
background-color css
<style>
a { background-color: #ED3E08; }
a { background-color: rgb(237,62,8); }
div.DivClassName
{
background-color: #ED3E08;
}
.BgClassName
{
background-color: #ED3E08;
}
</style>
border-color css
<style>
span { border-color: #ED3E08; }
span { border-color: rgb(237,62,8); }
td.TdClassName
{
border-color: #ED3E08;
}
.TagClassName
{
border-color: #ED3E08;
}
</style>