Shades of Torch Red #EC092E
Tints of Torch Red #EC092E
RGB
CMYK
RGB Variations
Color information
#EC092E (or 0xEC092E) is known color: Torch Red. HEX triplet: EC, 09 and 2E. RGB value is (236,9,46). Sum of RGB (Red+Green+Blue) = 236+9+46=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC092E is #13F6D1. Grayscale: #515151. Windows color (decimal): -1308370 or 3017196. OLE color: 3017196.
HSL color Cylindrical-coordinate representation of color #EC092E: hue angle of 350.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC092E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.22º | 0.93% | 0.48% | - |
| HSV(B) | 350.22º | 0.96% | 0.93% | - |
| XYZ | 35.18 | 18.23 | 4.25 | - |
| YUV | 81.09 | 108.21 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 46 | 0 | 0.96 | 0.81 | 0.07 | 350.22 | 0.93 | 0.48 |
| Hex | EC | 9 | 2E | 0 | 60 | 51 | 7 | 15E | 5D | 30 |
| Octal | 354 | 11 | 56 | 0 | 140 | 121 | 7 | 536 | 135 | 60 |
| Binary | 11101100 | 1001 | 101110 | 0 | 1100000 | 1010001 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EC092E
Complementary color
Monochromatic Colors of #EC092E
Black with #EC092E
Text Example
Text Example
White with #EC092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC092E; }
p { color: rgb(236,9,46); }
H1.HeaderClassName
{
color: #EC092E;
}
.AnyTagClassName
{
color: #EC092E;
}
</style>
background-color css
<style>
a { background-color: #EC092E; }
a { background-color: rgb(236,9,46); }
div.DivClassName
{
background-color: #EC092E;
}
.BgClassName
{
background-color: #EC092E;
}
</style>
border-color css
<style>
span { border-color: #EC092E; }
span { border-color: rgb(236,9,46); }
td.TdClassName
{
border-color: #EC092E;
}
.TagClassName
{
border-color: #EC092E;
}
</style>