Shades of Torch Red #EC071E
Tints of Torch Red #EC071E
RGB
CMYK
RGB Variations
Color information
#EC071E (or 0xEC071E) is known color: Torch Red. HEX triplet: EC, 07 and 1E. RGB value is (236,7,30). Sum of RGB (Red+Green+Blue) = 236+7+30=273 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.45% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 236 - color contains mainly: red. Hex color #EC071E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC071E is #13F8E1. Grayscale: #4E4E4E. Windows color (decimal): -1308898 or 1968108. OLE color: 1968108.
HSL color Cylindrical-coordinate representation of color #EC071E: hue angle of 353.97º degrees, saturation: 0.94, 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 #EC071E is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.07 |
| HSL | 353.97º | 0.94% | 0.48% | - |
| HSV(B) | 353.97º | 0.97% | 0.93% | - |
| XYZ | 34.9 | 18.08 | 2.88 | - |
| YUV | 78.09 | 100.87 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 30 | 0 | 0.97 | 0.87 | 0.07 | 353.97 | 0.94 | 0.48 |
| Hex | EC | 7 | 1E | 0 | 61 | 57 | 7 | 162 | 5E | 30 |
| Octal | 354 | 7 | 36 | 0 | 141 | 127 | 7 | 542 | 136 | 60 |
| Binary | 11101100 | 111 | 11110 | 0 | 1100001 | 1010111 | 111 | 101100010 | 1011110 | 110000 |
Color Harmonies of #EC071E
Complementary color
Monochromatic Colors of #EC071E
Black with #EC071E
Text Example
Text Example
White with #EC071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC071E; }
p { color: rgb(236,7,30); }
H1.HeaderClassName
{
color: #EC071E;
}
.AnyTagClassName
{
color: #EC071E;
}
</style>
background-color css
<style>
a { background-color: #EC071E; }
a { background-color: rgb(236,7,30); }
div.DivClassName
{
background-color: #EC071E;
}
.BgClassName
{
background-color: #EC071E;
}
</style>
border-color css
<style>
span { border-color: #EC071E; }
span { border-color: rgb(236,7,30); }
td.TdClassName
{
border-color: #EC071E;
}
.TagClassName
{
border-color: #EC071E;
}
</style>