Shades of Torch Red #EC091B
Tints of Torch Red #EC091B
RGB
CMYK
RGB Variations
Color information
#EC091B (or 0xEC091B) is known color: Torch Red. HEX triplet: EC, 09 and 1B. RGB value is (236,9,27). Sum of RGB (Red+Green+Blue) = 236+9+27=272 (36% of max value = 765). Red value is 236 (92.58% from 255 or 86.76% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 236 - color contains mainly: red. Hex color #EC091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC091B is #13F6E4. Grayscale: #4F4F4F. Windows color (decimal): -1308389 or 1772012. OLE color: 1772012.
HSL color Cylindrical-coordinate representation of color #EC091B: hue angle of 355.24º 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 #EC091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.07 |
| HSL | 355.24º | 0.93% | 0.48% | - |
| HSV(B) | 355.24º | 0.96% | 0.93% | - |
| XYZ | 34.89 | 18.11 | 2.69 | - |
| YUV | 78.93 | 98.71 | 240.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 27 | 0 | 0.96 | 0.89 | 0.07 | 355.24 | 0.93 | 0.48 |
| Hex | EC | 9 | 1B | 0 | 60 | 59 | 7 | 163 | 5D | 30 |
| Octal | 354 | 11 | 33 | 0 | 140 | 131 | 7 | 543 | 135 | 60 |
| Binary | 11101100 | 1001 | 11011 | 0 | 1100000 | 1011001 | 111 | 101100011 | 1011101 | 110000 |
Color Harmonies of #EC091B
Complementary color
Monochromatic Colors of #EC091B
Black with #EC091B
Text Example
Text Example
White with #EC091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC091B; }
p { color: rgb(236,9,27); }
H1.HeaderClassName
{
color: #EC091B;
}
.AnyTagClassName
{
color: #EC091B;
}
</style>
background-color css
<style>
a { background-color: #EC091B; }
a { background-color: rgb(236,9,27); }
div.DivClassName
{
background-color: #EC091B;
}
.BgClassName
{
background-color: #EC091B;
}
</style>
border-color css
<style>
span { border-color: #EC091B; }
span { border-color: rgb(236,9,27); }
td.TdClassName
{
border-color: #EC091B;
}
.TagClassName
{
border-color: #EC091B;
}
</style>