Shades of Orange Red #EC3701
Tints of Orange Red #EC3701
RGB
CMYK
RGB Variations
Color information
#EC3701 (or 0xEC3701) is known color: Orange Red. HEX triplet: EC, 37 and 01. RGB value is (236,55,1). Sum of RGB (Red+Green+Blue) = 236+55+1=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC3701 is #13C8FE. Grayscale: #676767. Windows color (decimal): -1296639 or 79852. OLE color: 79852.
HSL color Cylindrical-coordinate representation of color #EC3701: hue angle of 13.79º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC3701 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 55 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.07 |
| HSL | 13.79º | 0.99% | 0.46% | - |
| HSV(B) | 13.79º | 1% | 0.93% | - |
| XYZ | 35.96 | 20.57 | 2.1 | - |
| YUV | 102.96 | 70.47 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 55 | 1 | 0 | 0.77 | 1.00 | 0.07 | 13.79 | 0.99 | 0.46 |
| Hex | EC | 37 | 1 | 0 | 4D | 64 | 7 | E | 63 | 2E |
| Octal | 354 | 67 | 1 | 0 | 115 | 144 | 7 | 16 | 143 | 56 |
| Binary | 11101100 | 110111 | 1 | 0 | 1001101 | 1100100 | 111 | 1110 | 1100011 | 101110 |
Color Harmonies of #EC3701
Complementary color
Monochromatic Colors of #EC3701
Black with #EC3701
Text Example
Text Example
White with #EC3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3701; }
p { color: rgb(236,55,1); }
H1.HeaderClassName
{
color: #EC3701;
}
.AnyTagClassName
{
color: #EC3701;
}
</style>
background-color css
<style>
a { background-color: #EC3701; }
a { background-color: rgb(236,55,1); }
div.DivClassName
{
background-color: #EC3701;
}
.BgClassName
{
background-color: #EC3701;
}
</style>
border-color css
<style>
span { border-color: #EC3701; }
span { border-color: rgb(236,55,1); }
td.TdClassName
{
border-color: #EC3701;
}
.TagClassName
{
border-color: #EC3701;
}
</style>