Shades of Torch Red #E9042B
Tints of Torch Red #E9042B
RGB
CMYK
RGB Variations
Color information
#E9042B (or 0xE9042B) is known color: Torch Red. HEX triplet: E9, 04 and 2B. RGB value is (233,4,43). Sum of RGB (Red+Green+Blue) = 233+4+43=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9042B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9042B is #16FBD4. Grayscale: #4C4C4C. Windows color (decimal): -1506261 or 2819305. OLE color: 2819305.
HSL color Cylindrical-coordinate representation of color #E9042B: hue angle of 349.78º 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 #E9042B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.09 |
| HSL | 349.78º | 0.97% | 0.46% | - |
| HSV(B) | 349.78º | 0.98% | 0.91% | - |
| XYZ | 34.08 | 17.58 | 3.88 | - |
| YUV | 76.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 4 | 43 | 0 | 0.98 | 0.82 | 0.09 | 349.78 | 0.97 | 0.46 |
| Hex | E9 | 4 | 2B | 0 | 62 | 52 | 9 | 15E | 61 | 2E |
| Octal | 351 | 4 | 53 | 0 | 142 | 122 | 11 | 536 | 141 | 56 |
| Binary | 11101001 | 100 | 101011 | 0 | 1100010 | 1010010 | 1001 | 101011110 | 1100001 | 101110 |
Color Harmonies of #E9042B
Complementary color
Monochromatic Colors of #E9042B
Black with #E9042B
Text Example
Text Example
White with #E9042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9042B; }
p { color: rgb(233,4,43); }
H1.HeaderClassName
{
color: #E9042B;
}
.AnyTagClassName
{
color: #E9042B;
}
</style>
background-color css
<style>
a { background-color: #E9042B; }
a { background-color: rgb(233,4,43); }
div.DivClassName
{
background-color: #E9042B;
}
.BgClassName
{
background-color: #E9042B;
}
</style>
border-color css
<style>
span { border-color: #E9042B; }
span { border-color: rgb(233,4,43); }
td.TdClassName
{
border-color: #E9042B;
}
.TagClassName
{
border-color: #E9042B;
}
</style>