Shades of Orange Red #EC3808
Tints of Orange Red #EC3808
RGB
CMYK
RGB Variations
Color information
#EC3808 (or 0xEC3808) is known color: Orange Red. HEX triplet: EC, 38 and 08. RGB value is (236,56,8). Sum of RGB (Red+Green+Blue) = 236+56+8=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3808 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3808 is #13C7F7. Grayscale: #686868. Windows color (decimal): -1296376 or 538860. OLE color: 538860.
HSL color Cylindrical-coordinate representation of color #EC3808: hue angle of 12.63º 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 #EC3808 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 56 | 8 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.07 |
| HSL | 12.63º | 0.93% | 0.48% | - |
| HSV(B) | 12.63º | 0.97% | 0.93% | - |
| XYZ | 36.05 | 20.68 | 2.32 | - |
| YUV | 104.35 | 73.63 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 56 | 8 | 0 | 0.76 | 0.97 | 0.07 | 12.63 | 0.93 | 0.48 |
| Hex | EC | 38 | 8 | 0 | 4C | 61 | 7 | D | 5D | 30 |
| Octal | 354 | 70 | 10 | 0 | 114 | 141 | 7 | 15 | 135 | 60 |
| Binary | 11101100 | 111000 | 1000 | 0 | 1001100 | 1100001 | 111 | 1101 | 1011101 | 110000 |
Color Harmonies of #EC3808
Complementary color
Monochromatic Colors of #EC3808
Black with #EC3808
Text Example
Text Example
White with #EC3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3808; }
p { color: rgb(236,56,8); }
H1.HeaderClassName
{
color: #EC3808;
}
.AnyTagClassName
{
color: #EC3808;
}
</style>
background-color css
<style>
a { background-color: #EC3808; }
a { background-color: rgb(236,56,8); }
div.DivClassName
{
background-color: #EC3808;
}
.BgClassName
{
background-color: #EC3808;
}
</style>
border-color css
<style>
span { border-color: #EC3808; }
span { border-color: rgb(236,56,8); }
td.TdClassName
{
border-color: #EC3808;
}
.TagClassName
{
border-color: #EC3808;
}
</style>