Shades of Torch Red #E9042D
Tints of Torch Red #E9042D
RGB
CMYK
RGB Variations
Color information
#E9042D (or 0xE9042D) is known color: Torch Red. HEX triplet: E9, 04 and 2D. RGB value is (233,4,45). Sum of RGB (Red+Green+Blue) = 233+4+45=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E9042D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9042D is #16FBD2. Grayscale: #4D4D4D. Windows color (decimal): -1506259 or 2950377. OLE color: 2950377.
HSL color Cylindrical-coordinate representation of color #E9042D: hue angle of 349.26º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E9042D is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.09 |
| HSL | 349.26º | 0.97% | 0.46% | - |
| HSV(B) | 349.26º | 0.98% | 0.91% | - |
| XYZ | 34.12 | 17.6 | 4.08 | - |
| YUV | 77.15 | 109.87 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 45 | 0 | 0.98 | 0.81 | 0.09 | 349.26 | 0.97 | 0.46 |
| Hex | E9 | 4 | 2D | 0 | 62 | 51 | 9 | 15D | 61 | 2E |
| Octal | 351 | 4 | 55 | 0 | 142 | 121 | 11 | 535 | 141 | 56 |
| Binary | 11101001 | 100 | 101101 | 0 | 1100010 | 1010001 | 1001 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E9042D
Complementary color
Monochromatic Colors of #E9042D
Black with #E9042D
Text Example
Text Example
White with #E9042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9042D; }
p { color: rgb(233,4,45); }
H1.HeaderClassName
{
color: #E9042D;
}
.AnyTagClassName
{
color: #E9042D;
}
</style>
background-color css
<style>
a { background-color: #E9042D; }
a { background-color: rgb(233,4,45); }
div.DivClassName
{
background-color: #E9042D;
}
.BgClassName
{
background-color: #E9042D;
}
</style>
border-color css
<style>
span { border-color: #E9042D; }
span { border-color: rgb(233,4,45); }
td.TdClassName
{
border-color: #E9042D;
}
.TagClassName
{
border-color: #E9042D;
}
</style>