Shades of Orange Red #EC3A0D
Tints of Orange Red #EC3A0D
RGB
CMYK
RGB Variations
Color information
#EC3A0D (or 0xEC3A0D) is known color: Orange Red. HEX triplet: EC, 3A and 0D. RGB value is (236,58,13). Sum of RGB (Red+Green+Blue) = 236+58+13=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3A0D is #13C5F2. Grayscale: #6A6A6A. Windows color (decimal): -1295859 or 867052. OLE color: 867052.
HSL color Cylindrical-coordinate representation of color #EC3A0D: hue angle of 12.11º degrees, saturation: 0.9, 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 #EC3A0D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.07 |
| HSL | 12.11º | 0.9% | 0.49% | - |
| HSV(B) | 12.11º | 0.94% | 0.93% | - |
| XYZ | 36.18 | 20.89 | 2.51 | - |
| YUV | 106.09 | 75.47 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 13 | 0 | 0.75 | 0.94 | 0.07 | 12.11 | 0.9 | 0.49 |
| Hex | EC | 3A | D | 0 | 4B | 5E | 7 | C | 5A | 31 |
| Octal | 354 | 72 | 15 | 0 | 113 | 136 | 7 | 14 | 132 | 61 |
| Binary | 11101100 | 111010 | 1101 | 0 | 1001011 | 1011110 | 111 | 1100 | 1011010 | 110001 |
Color Harmonies of #EC3A0D
Complementary color
Monochromatic Colors of #EC3A0D
Black with #EC3A0D
Text Example
Text Example
White with #EC3A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A0D; }
p { color: rgb(236,58,13); }
H1.HeaderClassName
{
color: #EC3A0D;
}
.AnyTagClassName
{
color: #EC3A0D;
}
</style>
background-color css
<style>
a { background-color: #EC3A0D; }
a { background-color: rgb(236,58,13); }
div.DivClassName
{
background-color: #EC3A0D;
}
.BgClassName
{
background-color: #EC3A0D;
}
</style>
border-color css
<style>
span { border-color: #EC3A0D; }
span { border-color: rgb(236,58,13); }
td.TdClassName
{
border-color: #EC3A0D;
}
.TagClassName
{
border-color: #EC3A0D;
}
</style>