Shades of Torch Red #EC092D
Tints of Torch Red #EC092D
RGB
CMYK
RGB Variations
Color information
#EC092D (or 0xEC092D) is known color: Torch Red. HEX triplet: EC, 09 and 2D. RGB value is (236,9,45). Sum of RGB (Red+Green+Blue) = 236+9+45=290 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.38% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 236 - color contains mainly: red. Hex color #EC092D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC092D is #13F6D2. Grayscale: #515151. Windows color (decimal): -1308371 or 2951660. OLE color: 2951660.
HSL color Cylindrical-coordinate representation of color #EC092D: hue angle of 350.48º 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 #EC092D is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.07 |
| HSL | 350.48º | 0.93% | 0.48% | - |
| HSV(B) | 350.48º | 0.96% | 0.93% | - |
| XYZ | 35.16 | 18.22 | 4.15 | - |
| YUV | 80.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 45 | 0 | 0.96 | 0.81 | 0.07 | 350.48 | 0.93 | 0.48 |
| Hex | EC | 9 | 2D | 0 | 60 | 51 | 7 | 15E | 5D | 30 |
| Octal | 354 | 11 | 55 | 0 | 140 | 121 | 7 | 536 | 135 | 60 |
| Binary | 11101100 | 1001 | 101101 | 0 | 1100000 | 1010001 | 111 | 101011110 | 1011101 | 110000 |
Color Harmonies of #EC092D
Complementary color
Monochromatic Colors of #EC092D
Black with #EC092D
Text Example
Text Example
White with #EC092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC092D; }
p { color: rgb(236,9,45); }
H1.HeaderClassName
{
color: #EC092D;
}
.AnyTagClassName
{
color: #EC092D;
}
</style>
background-color css
<style>
a { background-color: #EC092D; }
a { background-color: rgb(236,9,45); }
div.DivClassName
{
background-color: #EC092D;
}
.BgClassName
{
background-color: #EC092D;
}
</style>
border-color css
<style>
span { border-color: #EC092D; }
span { border-color: rgb(236,9,45); }
td.TdClassName
{
border-color: #EC092D;
}
.TagClassName
{
border-color: #EC092D;
}
</style>