Shades of Torch Red #E9092A
Tints of Torch Red #E9092A
RGB
CMYK
RGB Variations
Color information
#E9092A (or 0xE9092A) is known color: Torch Red. HEX triplet: E9, 09 and 2A. RGB value is (233,9,42). Sum of RGB (Red+Green+Blue) = 233+9+42=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E9092A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9092A is #16F6D5. Grayscale: #4F4F4F. Windows color (decimal): -1504982 or 2755049. OLE color: 2755049.
HSL color Cylindrical-coordinate representation of color #E9092A: hue angle of 351.16º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E9092A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.09 |
| HSL | 351.16º | 0.93% | 0.47% | - |
| HSV(B) | 351.16º | 0.96% | 0.91% | - |
| XYZ | 34.12 | 17.69 | 3.81 | - |
| YUV | 79.74 | 106.71 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 9 | 42 | 0 | 0.96 | 0.82 | 0.09 | 351.16 | 0.93 | 0.47 |
| Hex | E9 | 9 | 2A | 0 | 60 | 52 | 9 | 15F | 5D | 2F |
| Octal | 351 | 11 | 52 | 0 | 140 | 122 | 11 | 537 | 135 | 57 |
| Binary | 11101001 | 1001 | 101010 | 0 | 1100000 | 1010010 | 1001 | 101011111 | 1011101 | 101111 |
Color Harmonies of #E9092A
Complementary color
Monochromatic Colors of #E9092A
Black with #E9092A
Text Example
Text Example
White with #E9092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9092A; }
p { color: rgb(233,9,42); }
H1.HeaderClassName
{
color: #E9092A;
}
.AnyTagClassName
{
color: #E9092A;
}
</style>
background-color css
<style>
a { background-color: #E9092A; }
a { background-color: rgb(233,9,42); }
div.DivClassName
{
background-color: #E9092A;
}
.BgClassName
{
background-color: #E9092A;
}
</style>
border-color css
<style>
span { border-color: #E9092A; }
span { border-color: rgb(233,9,42); }
td.TdClassName
{
border-color: #E9092A;
}
.TagClassName
{
border-color: #E9092A;
}
</style>