Shades of Torch Red #EC091E
Tints of Torch Red #EC091E
RGB
CMYK
RGB Variations
Color information
#EC091E (or 0xEC091E) is known color: Torch Red. HEX triplet: EC, 09 and 1E. RGB value is (236,9,30). Sum of RGB (Red+Green+Blue) = 236+9+30=275 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.82% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 236 - color contains mainly: red. Hex color #EC091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC091E is #13F6E1. Grayscale: #4F4F4F. Windows color (decimal): -1308386 or 1968620. OLE color: 1968620.
HSL color Cylindrical-coordinate representation of color #EC091E: hue angle of 354.45º 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 #EC091E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.07 |
| HSL | 354.45º | 0.93% | 0.48% | - |
| HSV(B) | 354.45º | 0.96% | 0.93% | - |
| XYZ | 34.92 | 18.12 | 2.89 | - |
| YUV | 79.27 | 100.21 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 9 | 30 | 0 | 0.96 | 0.87 | 0.07 | 354.45 | 0.93 | 0.48 |
| Hex | EC | 9 | 1E | 0 | 60 | 57 | 7 | 162 | 5D | 30 |
| Octal | 354 | 11 | 36 | 0 | 140 | 127 | 7 | 542 | 135 | 60 |
| Binary | 11101100 | 1001 | 11110 | 0 | 1100000 | 1010111 | 111 | 101100010 | 1011101 | 110000 |
Color Harmonies of #EC091E
Complementary color
Monochromatic Colors of #EC091E
Black with #EC091E
Text Example
Text Example
White with #EC091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC091E; }
p { color: rgb(236,9,30); }
H1.HeaderClassName
{
color: #EC091E;
}
.AnyTagClassName
{
color: #EC091E;
}
</style>
background-color css
<style>
a { background-color: #EC091E; }
a { background-color: rgb(236,9,30); }
div.DivClassName
{
background-color: #EC091E;
}
.BgClassName
{
background-color: #EC091E;
}
</style>
border-color css
<style>
span { border-color: #EC091E; }
span { border-color: rgb(236,9,30); }
td.TdClassName
{
border-color: #EC091E;
}
.TagClassName
{
border-color: #EC091E;
}
</style>