Shades of Torch Red #E9002C
Tints of Torch Red #E9002C
RGB
CMYK
RGB Variations
Color information
#E9002C (or 0xE9002C) is known color: Torch Red. HEX triplet: E9, 00 and 2C. RGB value is (233,0,44). Sum of RGB (Red+Green+Blue) = 233+0+44=277 (36% of max value = 765). Red value is 233 (91.41% from 255 or 84.12% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 233 - color contains mainly: red. Hex color #E9002C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9002C is #16FFD3. Grayscale: #4A4A4A. Windows color (decimal): -1507284 or 2883817. OLE color: 2883817.
HSL color Cylindrical-coordinate representation of color #E9002C: hue angle of 348.67º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9002C is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.81 | 0.09 |
| HSL | 348.67º | 1% | 0.46% | - |
| HSV(B) | 348.67º | 1% | 0.91% | - |
| XYZ | 34.06 | 17.51 | 3.97 | - |
| YUV | 74.68 | 110.69 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 44 | 0 | 1 | 0.81 | 0.09 | 348.67 | 1 | 0.46 |
| Hex | E9 | 0 | 2C | 0 | 64 | 51 | 9 | 15D | 64 | 2E |
| Octal | 351 | 0 | 54 | 0 | 144 | 121 | 11 | 535 | 144 | 56 |
| Binary | 11101001 | 0 | 101100 | 0 | 1100100 | 1010001 | 1001 | 101011101 | 1100100 | 101110 |
Color Harmonies of #E9002C
Complementary color
Monochromatic Colors of #E9002C
Black with #E9002C
Text Example
Text Example
White with #E9002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9002C; }
p { color: rgb(233,0,44); }
H1.HeaderClassName
{
color: #E9002C;
}
.AnyTagClassName
{
color: #E9002C;
}
</style>
background-color css
<style>
a { background-color: #E9002C; }
a { background-color: rgb(233,0,44); }
div.DivClassName
{
background-color: #E9002C;
}
.BgClassName
{
background-color: #E9002C;
}
</style>
border-color css
<style>
span { border-color: #E9002C; }
span { border-color: rgb(233,0,44); }
td.TdClassName
{
border-color: #E9002C;
}
.TagClassName
{
border-color: #E9002C;
}
</style>