Shades of Torch Red #E91229
Tints of Torch Red #E91229
RGB
CMYK
RGB Variations
Color information
#E91229 (or 0xE91229) is known color: Torch Red. HEX triplet: E9, 12 and 29. RGB value is (233,18,41). Sum of RGB (Red+Green+Blue) = 233+18+41=292 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.79% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 233 - color contains mainly: red. Hex color #E91229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E91229 is #16EDD6. Grayscale: #555555. Windows color (decimal): -1502679 or 2691817. OLE color: 2691817.
HSL color Cylindrical-coordinate representation of color #E91229: hue angle of 353.58º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91229 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.09 |
| HSL | 353.58º | 0.86% | 0.49% | - |
| HSV(B) | 353.58º | 0.92% | 0.91% | - |
| XYZ | 34.22 | 17.92 | 3.75 | - |
| YUV | 84.91 | 103.23 | 233.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 41 | 0 | 0.92 | 0.82 | 0.09 | 353.58 | 0.86 | 0.49 |
| Hex | E9 | 12 | 29 | 0 | 5C | 52 | 9 | 162 | 56 | 31 |
| Octal | 351 | 22 | 51 | 0 | 134 | 122 | 11 | 542 | 126 | 61 |
| Binary | 11101001 | 10010 | 101001 | 0 | 1011100 | 1010010 | 1001 | 101100010 | 1010110 | 110001 |
Color Harmonies of #E91229
Complementary color
Monochromatic Colors of #E91229
Black with #E91229
Text Example
Text Example
White with #E91229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91229; }
p { color: rgb(233,18,41); }
H1.HeaderClassName
{
color: #E91229;
}
.AnyTagClassName
{
color: #E91229;
}
</style>
background-color css
<style>
a { background-color: #E91229; }
a { background-color: rgb(233,18,41); }
div.DivClassName
{
background-color: #E91229;
}
.BgClassName
{
background-color: #E91229;
}
</style>
border-color css
<style>
span { border-color: #E91229; }
span { border-color: rgb(233,18,41); }
td.TdClassName
{
border-color: #E91229;
}
.TagClassName
{
border-color: #E91229;
}
</style>