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