Shades of Torch Red #E9082A
Tints of Torch Red #E9082A
RGB
CMYK
RGB Variations
Color information
#E9082A (or 0xE9082A) is known color: Torch Red. HEX triplet: E9, 08 and 2A. RGB value is (233,8,42). Sum of RGB (Red+Green+Blue) = 233+8+42=283 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.33% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 233 - color contains mainly: red. Hex color #E9082A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9082A is #16F7D5. Grayscale: #4F4F4F. Windows color (decimal): -1505238 or 2754793. OLE color: 2754793.
HSL color Cylindrical-coordinate representation of color #E9082A: hue angle of 350.93º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9082A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 42 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.09 |
| HSL | 350.93º | 0.93% | 0.47% | - |
| HSV(B) | 350.93º | 0.97% | 0.91% | - |
| XYZ | 34.11 | 17.66 | 3.8 | - |
| YUV | 79.15 | 107.04 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 42 | 0 | 0.97 | 0.82 | 0.09 | 350.93 | 0.93 | 0.47 |
| Hex | E9 | 8 | 2A | 0 | 61 | 52 | 9 | 15F | 5D | 2F |
| Octal | 351 | 10 | 52 | 0 | 141 | 122 | 11 | 537 | 135 | 57 |
| Binary | 11101001 | 1000 | 101010 | 0 | 1100001 | 1010010 | 1001 | 101011111 | 1011101 | 101111 |
Color Harmonies of #E9082A
Complementary color
Monochromatic Colors of #E9082A
Black with #E9082A
Text Example
Text Example
White with #E9082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9082A; }
p { color: rgb(233,8,42); }
H1.HeaderClassName
{
color: #E9082A;
}
.AnyTagClassName
{
color: #E9082A;
}
</style>
background-color css
<style>
a { background-color: #E9082A; }
a { background-color: rgb(233,8,42); }
div.DivClassName
{
background-color: #E9082A;
}
.BgClassName
{
background-color: #E9082A;
}
</style>
border-color css
<style>
span { border-color: #E9082A; }
span { border-color: rgb(233,8,42); }
td.TdClassName
{
border-color: #E9082A;
}
.TagClassName
{
border-color: #E9082A;
}
</style>