Shades of Torch Red #EC0B2E
Tints of Torch Red #EC0B2E
RGB
CMYK
RGB Variations
Color information
#EC0B2E (or 0xEC0B2E) is known color: Torch Red. HEX triplet: EC, 0B and 2E. RGB value is (236,11,46). Sum of RGB (Red+Green+Blue) = 236+11+46=293 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.55% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0B2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0B2E is #13F4D1. Grayscale: #525252. Windows color (decimal): -1307858 or 3017708. OLE color: 3017708.
HSL color Cylindrical-coordinate representation of color #EC0B2E: hue angle of 350.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC0B2E is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 11 | 46 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.07 |
| HSL | 350.67º | 0.91% | 0.48% | - |
| HSV(B) | 350.67º | 0.95% | 0.93% | - |
| XYZ | 35.2 | 18.27 | 4.26 | - |
| YUV | 82.27 | 107.54 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 11 | 46 | 0 | 0.95 | 0.81 | 0.07 | 350.67 | 0.91 | 0.48 |
| Hex | EC | B | 2E | 0 | 5F | 51 | 7 | 15F | 5B | 30 |
| Octal | 354 | 13 | 56 | 0 | 137 | 121 | 7 | 537 | 133 | 60 |
| Binary | 11101100 | 1011 | 101110 | 0 | 1011111 | 1010001 | 111 | 101011111 | 1011011 | 110000 |
Color Harmonies of #EC0B2E
Complementary color
Monochromatic Colors of #EC0B2E
Black with #EC0B2E
Text Example
Text Example
White with #EC0B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC0B2E; }
p { color: rgb(236,11,46); }
H1.HeaderClassName
{
color: #EC0B2E;
}
.AnyTagClassName
{
color: #EC0B2E;
}
</style>
background-color css
<style>
a { background-color: #EC0B2E; }
a { background-color: rgb(236,11,46); }
div.DivClassName
{
background-color: #EC0B2E;
}
.BgClassName
{
background-color: #EC0B2E;
}
</style>
border-color css
<style>
span { border-color: #EC0B2E; }
span { border-color: rgb(236,11,46); }
td.TdClassName
{
border-color: #EC0B2E;
}
.TagClassName
{
border-color: #EC0B2E;
}
</style>