Shades of Orange Red #ED390D
Tints of Orange Red #ED390D
RGB
CMYK
RGB Variations
Color information
#ED390D (or 0xED390D) is known color: Orange Red. HEX triplet: ED, 39 and 0D. RGB value is (237,57,13). Sum of RGB (Red+Green+Blue) = 237+57+13=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED390D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED390D is #12C6F2. Grayscale: #6A6A6A. Windows color (decimal): -1230579 or 866797. OLE color: 866797.
HSL color Cylindrical-coordinate representation of color #ED390D: hue angle of 11.79º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED390D is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 57 | 13 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.07 |
| HSL | 11.79º | 0.9% | 0.49% | - |
| HSV(B) | 11.79º | 0.95% | 0.93% | - |
| XYZ | 36.46 | 20.96 | 2.5 | - |
| YUV | 105.8 | 75.63 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 57 | 13 | 0 | 0.76 | 0.95 | 0.07 | 11.79 | 0.9 | 0.49 |
| Hex | ED | 39 | D | 0 | 4C | 5F | 7 | C | 5A | 31 |
| Octal | 355 | 71 | 15 | 0 | 114 | 137 | 7 | 14 | 132 | 61 |
| Binary | 11101101 | 111001 | 1101 | 0 | 1001100 | 1011111 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #ED390D
Complementary color
Monochromatic Colors of #ED390D
Black with #ED390D
Text Example
Text Example
White with #ED390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED390D; }
p { color: rgb(237,57,13); }
H1.HeaderClassName
{
color: #ED390D;
}
.AnyTagClassName
{
color: #ED390D;
}
</style>
background-color css
<style>
a { background-color: #ED390D; }
a { background-color: rgb(237,57,13); }
div.DivClassName
{
background-color: #ED390D;
}
.BgClassName
{
background-color: #ED390D;
}
</style>
border-color css
<style>
span { border-color: #ED390D; }
span { border-color: rgb(237,57,13); }
td.TdClassName
{
border-color: #ED390D;
}
.TagClassName
{
border-color: #ED390D;
}
</style>