Shades of Torch Red #EC072B
Tints of Torch Red #EC072B
RGB
CMYK
RGB Variations
Color information
#EC072B (or 0xEC072B) is known color: Torch Red. HEX triplet: EC, 07 and 2B. RGB value is (236,7,43). Sum of RGB (Red+Green+Blue) = 236+7+43=286 (37% of max value = 765). Red value is 236 (92.58% from 255 or 82.52% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 236 - color contains mainly: red. Hex color #EC072B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC072B is #13F8D4. Grayscale: #4F4F4F. Windows color (decimal): -1308885 or 2820076. OLE color: 2820076.
HSL color Cylindrical-coordinate representation of color #EC072B: hue angle of 350.57º 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 #EC072B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.07 |
| HSL | 350.57º | 0.94% | 0.48% | - |
| HSV(B) | 350.57º | 0.97% | 0.93% | - |
| XYZ | 35.1 | 18.16 | 3.94 | - |
| YUV | 79.58 | 107.37 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 7 | 43 | 0 | 0.97 | 0.82 | 0.07 | 350.57 | 0.94 | 0.48 |
| Hex | EC | 7 | 2B | 0 | 61 | 52 | 7 | 15F | 5E | 30 |
| Octal | 354 | 7 | 53 | 0 | 141 | 122 | 7 | 537 | 136 | 60 |
| Binary | 11101100 | 111 | 101011 | 0 | 1100001 | 1010010 | 111 | 101011111 | 1011110 | 110000 |
Color Harmonies of #EC072B
Complementary color
Monochromatic Colors of #EC072B
Black with #EC072B
Text Example
Text Example
White with #EC072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC072B; }
p { color: rgb(236,7,43); }
H1.HeaderClassName
{
color: #EC072B;
}
.AnyTagClassName
{
color: #EC072B;
}
</style>
background-color css
<style>
a { background-color: #EC072B; }
a { background-color: rgb(236,7,43); }
div.DivClassName
{
background-color: #EC072B;
}
.BgClassName
{
background-color: #EC072B;
}
</style>
border-color css
<style>
span { border-color: #EC072B; }
span { border-color: rgb(236,7,43); }
td.TdClassName
{
border-color: #EC072B;
}
.TagClassName
{
border-color: #EC072B;
}
</style>