Shades of Torch Red #E9062B
Tints of Torch Red #E9062B
RGB
CMYK
RGB Variations
Color information
#E9062B (or 0xE9062B) is known color: Torch Red. HEX triplet: E9, 06 and 2B. RGB value is (233,6,43). Sum of RGB (Red+Green+Blue) = 233+6+43=282 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.62% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 233 - color contains mainly: red. Hex color #E9062B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9062B is #16F9D4. Grayscale: #4E4E4E. Windows color (decimal): -1505749 or 2819817. OLE color: 2819817.
HSL color Cylindrical-coordinate representation of color #E9062B: hue angle of 350.22º degrees, saturation: 0.95, 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 #E9062B is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 43 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.09 |
| HSL | 350.22º | 0.95% | 0.47% | - |
| HSV(B) | 350.22º | 0.97% | 0.91% | - |
| XYZ | 34.11 | 17.63 | 3.89 | - |
| YUV | 78.09 | 108.21 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 43 | 0 | 0.97 | 0.82 | 0.09 | 350.22 | 0.95 | 0.47 |
| Hex | E9 | 6 | 2B | 0 | 61 | 52 | 9 | 15E | 5F | 2F |
| Octal | 351 | 6 | 53 | 0 | 141 | 122 | 11 | 536 | 137 | 57 |
| Binary | 11101001 | 110 | 101011 | 0 | 1100001 | 1010010 | 1001 | 101011110 | 1011111 | 101111 |
Color Harmonies of #E9062B
Complementary color
Monochromatic Colors of #E9062B
Black with #E9062B
Text Example
Text Example
White with #E9062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9062B; }
p { color: rgb(233,6,43); }
H1.HeaderClassName
{
color: #E9062B;
}
.AnyTagClassName
{
color: #E9062B;
}
</style>
background-color css
<style>
a { background-color: #E9062B; }
a { background-color: rgb(233,6,43); }
div.DivClassName
{
background-color: #E9062B;
}
.BgClassName
{
background-color: #E9062B;
}
</style>
border-color css
<style>
span { border-color: #E9062B; }
span { border-color: rgb(233,6,43); }
td.TdClassName
{
border-color: #E9062B;
}
.TagClassName
{
border-color: #E9062B;
}
</style>