Shades of Torch Red #E90132
Tints of Torch Red #E90132
RGB
CMYK
RGB Variations
Color information
#E90132 (or 0xE90132) is known color: Torch Red. HEX triplet: E9, 01 and 32. RGB value is (233,1,50). Sum of RGB (Red+Green+Blue) = 233+1+50=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E90132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E90132 is #16FECD. Grayscale: #4B4B4B. Windows color (decimal): -1507022 or 3277289. OLE color: 3277289.
HSL color Cylindrical-coordinate representation of color #E90132: hue angle of 347.33º 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 #E90132 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 50 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.09 |
| HSL | 347.33º | 0.99% | 0.46% | - |
| HSV(B) | 347.33º | 1% | 0.91% | - |
| XYZ | 34.19 | 17.58 | 4.61 | - |
| YUV | 75.95 | 113.36 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 50 | 0 | 1.00 | 0.79 | 0.09 | 347.33 | 0.99 | 0.46 |
| Hex | E9 | 1 | 32 | 0 | 64 | 4F | 9 | 15B | 63 | 2E |
| Octal | 351 | 1 | 62 | 0 | 144 | 117 | 11 | 533 | 143 | 56 |
| Binary | 11101001 | 1 | 110010 | 0 | 1100100 | 1001111 | 1001 | 101011011 | 1100011 | 101110 |
Color Harmonies of #E90132
Complementary color
Monochromatic Colors of #E90132
Black with #E90132
Text Example
Text Example
White with #E90132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90132; }
p { color: rgb(233,1,50); }
H1.HeaderClassName
{
color: #E90132;
}
.AnyTagClassName
{
color: #E90132;
}
</style>
background-color css
<style>
a { background-color: #E90132; }
a { background-color: rgb(233,1,50); }
div.DivClassName
{
background-color: #E90132;
}
.BgClassName
{
background-color: #E90132;
}
</style>
border-color css
<style>
span { border-color: #E90132; }
span { border-color: rgb(233,1,50); }
td.TdClassName
{
border-color: #E90132;
}
.TagClassName
{
border-color: #E90132;
}
</style>