Shades of Torch Red #E9011E
Tints of Torch Red #E9011E
RGB
CMYK
RGB Variations
Color information
#E9011E (or 0xE9011E) is known color: Torch Red. HEX triplet: E9, 01 and 1E. RGB value is (233,1,30). Sum of RGB (Red+Green+Blue) = 233+1+30=264 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.26% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 233 - color contains mainly: red. Hex color #E9011E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9011E is #16FEE1. Grayscale: #494949. Windows color (decimal): -1507042 or 1966569. OLE color: 1966569.
HSL color Cylindrical-coordinate representation of color #E9011E: hue angle of 352.5º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9011E is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 30 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.09 |
| HSL | 352.5º | 0.99% | 0.46% | - |
| HSV(B) | 352.5º | 1% | 0.91% | - |
| XYZ | 33.85 | 17.44 | 2.81 | - |
| YUV | 73.67 | 103.36 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 30 | 0 | 1.00 | 0.87 | 0.09 | 352.5 | 0.99 | 0.46 |
| Hex | E9 | 1 | 1E | 0 | 64 | 57 | 9 | 160 | 63 | 2E |
| Octal | 351 | 1 | 36 | 0 | 144 | 127 | 11 | 540 | 143 | 56 |
| Binary | 11101001 | 1 | 11110 | 0 | 1100100 | 1010111 | 1001 | 101100000 | 1100011 | 101110 |
Color Harmonies of #E9011E
Complementary color
Monochromatic Colors of #E9011E
Black with #E9011E
Text Example
Text Example
White with #E9011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9011E; }
p { color: rgb(233,1,30); }
H1.HeaderClassName
{
color: #E9011E;
}
.AnyTagClassName
{
color: #E9011E;
}
</style>
background-color css
<style>
a { background-color: #E9011E; }
a { background-color: rgb(233,1,30); }
div.DivClassName
{
background-color: #E9011E;
}
.BgClassName
{
background-color: #E9011E;
}
</style>
border-color css
<style>
span { border-color: #E9011E; }
span { border-color: rgb(233,1,30); }
td.TdClassName
{
border-color: #E9011E;
}
.TagClassName
{
border-color: #E9011E;
}
</style>