Shades of Torch Red #EC071B
Tints of Torch Red #EC071B
RGB
CMYK
RGB Variations
Color information
#EC071B (or 0xEC071B) is known color: Torch Red. HEX triplet: EC, 07 and 1B. RGB value is (236,7,27). Sum of RGB (Red+Green+Blue) = 236+7+27=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC071B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC071B is #13F8E4. Grayscale: #4D4D4D. Windows color (decimal): -1308901 or 1771500. OLE color: 1771500.
HSL color Cylindrical-coordinate representation of color #EC071B: hue angle of 354.76º 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 #EC071B is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.07 |
| HSL | 354.76º | 0.94% | 0.48% | - |
| HSV(B) | 354.76º | 0.97% | 0.93% | - |
| XYZ | 34.87 | 18.06 | 2.69 | - |
| YUV | 77.75 | 99.37 | 240.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 27 | 0 | 0.97 | 0.89 | 0.07 | 354.76 | 0.94 | 0.48 |
| Hex | EC | 7 | 1B | 0 | 61 | 59 | 7 | 163 | 5E | 30 |
| Octal | 354 | 7 | 33 | 0 | 141 | 131 | 7 | 543 | 136 | 60 |
| Binary | 11101100 | 111 | 11011 | 0 | 1100001 | 1011001 | 111 | 101100011 | 1011110 | 110000 |
Color Harmonies of #EC071B
Complementary color
Monochromatic Colors of #EC071B
Black with #EC071B
Text Example
Text Example
White with #EC071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC071B; }
p { color: rgb(236,7,27); }
H1.HeaderClassName
{
color: #EC071B;
}
.AnyTagClassName
{
color: #EC071B;
}
</style>
background-color css
<style>
a { background-color: #EC071B; }
a { background-color: rgb(236,7,27); }
div.DivClassName
{
background-color: #EC071B;
}
.BgClassName
{
background-color: #EC071B;
}
</style>
border-color css
<style>
span { border-color: #EC071B; }
span { border-color: rgb(236,7,27); }
td.TdClassName
{
border-color: #EC071B;
}
.TagClassName
{
border-color: #EC071B;
}
</style>