Shades of Torch Red #E91029
Tints of Torch Red #E91029
RGB
CMYK
RGB Variations
Color information
#E91029 (or 0xE91029) is known color: Torch Red. HEX triplet: E9, 10 and 29. RGB value is (233,16,41). Sum of RGB (Red+Green+Blue) = 233+16+41=290 (38% of max value = 765). Red value is 233 (91.41% from 255 or 80.34% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 233 - color contains mainly: red. Hex color #E91029 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91029 is #16EFD6. Grayscale: #535353. Windows color (decimal): -1503191 or 2691305. OLE color: 2691305.
HSL color Cylindrical-coordinate representation of color #E91029: hue angle of 353.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91029 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 16 | 41 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.09 |
| HSL | 353.09º | 0.87% | 0.49% | - |
| HSV(B) | 353.09º | 0.93% | 0.91% | - |
| XYZ | 34.19 | 17.85 | 3.74 | - |
| YUV | 83.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 16 | 41 | 0 | 0.93 | 0.82 | 0.09 | 353.09 | 0.87 | 0.49 |
| Hex | E9 | 10 | 29 | 0 | 5D | 52 | 9 | 161 | 57 | 31 |
| Octal | 351 | 20 | 51 | 0 | 135 | 122 | 11 | 541 | 127 | 61 |
| Binary | 11101001 | 10000 | 101001 | 0 | 1011101 | 1010010 | 1001 | 101100001 | 1010111 | 110001 |
Color Harmonies of #E91029
Complementary color
Monochromatic Colors of #E91029
Black with #E91029
Text Example
Text Example
White with #E91029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91029; }
p { color: rgb(233,16,41); }
H1.HeaderClassName
{
color: #E91029;
}
.AnyTagClassName
{
color: #E91029;
}
</style>
background-color css
<style>
a { background-color: #E91029; }
a { background-color: rgb(233,16,41); }
div.DivClassName
{
background-color: #E91029;
}
.BgClassName
{
background-color: #E91029;
}
</style>
border-color css
<style>
span { border-color: #E91029; }
span { border-color: rgb(233,16,41); }
td.TdClassName
{
border-color: #E91029;
}
.TagClassName
{
border-color: #E91029;
}
</style>