Shades of Orange Red #EC3608
Tints of Orange Red #EC3608
RGB
CMYK
RGB Variations
Color information
#EC3608 (or 0xEC3608) is known color: Orange Red. HEX triplet: EC, 36 and 08. RGB value is (236,54,8). Sum of RGB (Red+Green+Blue) = 236+54+8=298 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.19% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3608 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3608 is #13C9F7. Grayscale: #676767. Windows color (decimal): -1296888 or 538348. OLE color: 538348.
HSL color Cylindrical-coordinate representation of color #EC3608: hue angle of 12.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC3608 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 54 | 8 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.07 |
| HSL | 12.11º | 0.93% | 0.48% | - |
| HSV(B) | 12.11º | 0.97% | 0.93% | - |
| XYZ | 35.96 | 20.49 | 2.29 | - |
| YUV | 103.17 | 74.3 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 54 | 8 | 0 | 0.77 | 0.97 | 0.07 | 12.11 | 0.93 | 0.48 |
| Hex | EC | 36 | 8 | 0 | 4D | 61 | 7 | C | 5D | 30 |
| Octal | 354 | 66 | 10 | 0 | 115 | 141 | 7 | 14 | 135 | 60 |
| Binary | 11101100 | 110110 | 1000 | 0 | 1001101 | 1100001 | 111 | 1100 | 1011101 | 110000 |
Color Harmonies of #EC3608
Complementary color
Monochromatic Colors of #EC3608
Black with #EC3608
Text Example
Text Example
White with #EC3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3608; }
p { color: rgb(236,54,8); }
H1.HeaderClassName
{
color: #EC3608;
}
.AnyTagClassName
{
color: #EC3608;
}
</style>
background-color css
<style>
a { background-color: #EC3608; }
a { background-color: rgb(236,54,8); }
div.DivClassName
{
background-color: #EC3608;
}
.BgClassName
{
background-color: #EC3608;
}
</style>
border-color css
<style>
span { border-color: #EC3608; }
span { border-color: rgb(236,54,8); }
td.TdClassName
{
border-color: #EC3608;
}
.TagClassName
{
border-color: #EC3608;
}
</style>