Shades of Orange Red #ED3C0E
Tints of Orange Red #ED3C0E
RGB
CMYK
RGB Variations
Color information
#ED3C0E (or 0xED3C0E) is known color: Orange Red. HEX triplet: ED, 3C and 0E. RGB value is (237,60,14). Sum of RGB (Red+Green+Blue) = 237+60+14=311 (41% of max value = 765). Red value is 237 (92.97% from 255 or 76.21% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C0E is #12C3F1. Grayscale: #6C6C6C. Windows color (decimal): -1229810 or 933101. OLE color: 933101.
HSL color Cylindrical-coordinate representation of color #ED3C0E: hue angle of 12.38º 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 #ED3C0E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 60 | 14 | - |
CMYK | 0 | 0.75 | 0.94 | 0.07 |
HSL | 12.38º | 0.89% | 0.49% | - |
HSV(B) | 12.38º | 0.94% | 0.93% | - |
XYZ | 36.62 | 21.27 | 2.59 | - |
YUV | 107.68 | 75.14 | 220.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 60 | 14 | 0 | 0.75 | 0.94 | 0.07 | 12.38 | 0.89 | 0.49 |
Hex | ED | 3C | E | 0 | 4B | 5E | 7 | C | 59 | 31 |
Octal | 355 | 74 | 16 | 0 | 113 | 136 | 7 | 14 | 131 | 61 |
Binary | 11101101 | 111100 | 1110 | 0 | 1001011 | 1011110 | 111 | 1100 | 1011001 | 110001 |
Color Harmonies of #ED3C0E
Complementary color
Monochromatic Colors of #ED3C0E
Black with #ED3C0E
Text Example
Text Example
White with #ED3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C0E; }
p { color: rgb(237,60,14); }
H1.HeaderClassName
{
color: #ED3C0E;
}
.AnyTagClassName
{
color: #ED3C0E;
}
</style>
background-color css
<style>
a { background-color: #ED3C0E; }
a { background-color: rgb(237,60,14); }
div.DivClassName
{
background-color: #ED3C0E;
}
.BgClassName
{
background-color: #ED3C0E;
}
</style>
border-color css
<style>
span { border-color: #ED3C0E; }
span { border-color: rgb(237,60,14); }
td.TdClassName
{
border-color: #ED3C0E;
}
.TagClassName
{
border-color: #ED3C0E;
}
</style>