Shades of Orange Red #ED3E00
Tints of Orange Red #ED3E00
RGB
CMYK
RGB Variations
Color information
#ED3E00 (or 0xED3E00) is known color: Orange Red. HEX triplet: ED, 3E and 00. RGB value is (237,62,0). Sum of RGB (Red+Green+Blue) = 237+62+0=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E00 is #12C1FF. Grayscale: #6B6B6B. Windows color (decimal): -1229312 or 16109. OLE color: 16109.
HSL color Cylindrical-coordinate representation of color #ED3E00: hue angle of 15.7º 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 #ED3E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.07 |
| HSL | 15.7º | 1% | 0.46% | - |
| HSV(B) | 15.7º | 1% | 0.93% | - |
| XYZ | 36.65 | 21.45 | 2.21 | - |
| YUV | 107.26 | 67.48 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 0 | 0 | 0.74 | 1 | 0.07 | 15.7 | 1 | 0.46 |
| Hex | ED | 3E | 0 | 0 | 4A | 64 | 7 | 10 | 64 | 2E |
| Octal | 355 | 76 | 0 | 0 | 112 | 144 | 7 | 20 | 144 | 56 |
| Binary | 11101101 | 111110 | 0 | 0 | 1001010 | 1100100 | 111 | 10000 | 1100100 | 101110 |
Color Harmonies of #ED3E00
Complementary color
Monochromatic Colors of #ED3E00
Black with #ED3E00
Text Example
Text Example
White with #ED3E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E00; }
p { color: rgb(237,62,0); }
H1.HeaderClassName
{
color: #ED3E00;
}
.AnyTagClassName
{
color: #ED3E00;
}
</style>
background-color css
<style>
a { background-color: #ED3E00; }
a { background-color: rgb(237,62,0); }
div.DivClassName
{
background-color: #ED3E00;
}
.BgClassName
{
background-color: #ED3E00;
}
</style>
border-color css
<style>
span { border-color: #ED3E00; }
span { border-color: rgb(237,62,0); }
td.TdClassName
{
border-color: #ED3E00;
}
.TagClassName
{
border-color: #ED3E00;
}
</style>