Shades of Orange Red #ED3C0A
Tints of Orange Red #ED3C0A
RGB
CMYK
RGB Variations
Color information
#ED3C0A (or 0xED3C0A) is known color: Orange Red. HEX triplet: ED, 3C and 0A. RGB value is (237,60,10). Sum of RGB (Red+Green+Blue) = 237+60+10=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C0A is #12C3F5. Grayscale: #6B6B6B. Windows color (decimal): -1229814 or 670957. OLE color: 670957.
HSL color Cylindrical-coordinate representation of color #ED3C0A: hue angle of 13.22º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED3C0A is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 10 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.07 |
| HSL | 13.22º | 0.92% | 0.48% | - |
| HSV(B) | 13.22º | 0.96% | 0.93% | - |
| XYZ | 36.6 | 21.26 | 2.46 | - |
| YUV | 107.22 | 73.14 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 10 | 0 | 0.75 | 0.96 | 0.07 | 13.22 | 0.92 | 0.48 |
| Hex | ED | 3C | A | 0 | 4B | 60 | 7 | D | 5C | 30 |
| Octal | 355 | 74 | 12 | 0 | 113 | 140 | 7 | 15 | 134 | 60 |
| Binary | 11101101 | 111100 | 1010 | 0 | 1001011 | 1100000 | 111 | 1101 | 1011100 | 110000 |
Color Harmonies of #ED3C0A
Complementary color
Monochromatic Colors of #ED3C0A
Black with #ED3C0A
Text Example
Text Example
White with #ED3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C0A; }
p { color: rgb(237,60,10); }
H1.HeaderClassName
{
color: #ED3C0A;
}
.AnyTagClassName
{
color: #ED3C0A;
}
</style>
background-color css
<style>
a { background-color: #ED3C0A; }
a { background-color: rgb(237,60,10); }
div.DivClassName
{
background-color: #ED3C0A;
}
.BgClassName
{
background-color: #ED3C0A;
}
</style>
border-color css
<style>
span { border-color: #ED3C0A; }
span { border-color: rgb(237,60,10); }
td.TdClassName
{
border-color: #ED3C0A;
}
.TagClassName
{
border-color: #ED3C0A;
}
</style>