Shades of Orange Red #EC3704
Tints of Orange Red #EC3704
RGB
CMYK
RGB Variations
Color information
#EC3704 (or 0xEC3704) is known color: Orange Red. HEX triplet: EC, 37 and 04. RGB value is (236,55,4). Sum of RGB (Red+Green+Blue) = 236+55+4=295 (39% of max value = 765). Red value is 236 (92.58% from 255 or 80% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 4 (1.95% from 255 or 1.36% from 295); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3704 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3704 is #13C8FB. Grayscale: #676767. Windows color (decimal): -1296636 or 276460. OLE color: 276460.
HSL color Cylindrical-coordinate representation of color #EC3704: hue angle of 13.19º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC3704 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.07 |
| HSL | 13.19º | 0.97% | 0.47% | - |
| HSV(B) | 13.19º | 0.98% | 0.93% | - |
| XYZ | 35.98 | 20.57 | 2.19 | - |
| YUV | 103.31 | 71.97 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 4 | 0 | 0.77 | 0.98 | 0.07 | 13.19 | 0.97 | 0.47 |
| Hex | EC | 37 | 4 | 0 | 4D | 62 | 7 | D | 61 | 2F |
| Octal | 354 | 67 | 4 | 0 | 115 | 142 | 7 | 15 | 141 | 57 |
| Binary | 11101100 | 110111 | 100 | 0 | 1001101 | 1100010 | 111 | 1101 | 1100001 | 101111 |
Color Harmonies of #EC3704
Complementary color
Monochromatic Colors of #EC3704
Black with #EC3704
Text Example
Text Example
White with #EC3704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3704; }
p { color: rgb(236,55,4); }
H1.HeaderClassName
{
color: #EC3704;
}
.AnyTagClassName
{
color: #EC3704;
}
</style>
background-color css
<style>
a { background-color: #EC3704; }
a { background-color: rgb(236,55,4); }
div.DivClassName
{
background-color: #EC3704;
}
.BgClassName
{
background-color: #EC3704;
}
</style>
border-color css
<style>
span { border-color: #EC3704; }
span { border-color: rgb(236,55,4); }
td.TdClassName
{
border-color: #EC3704;
}
.TagClassName
{
border-color: #EC3704;
}
</style>