Shades of Torch Red #E9062D
Tints of Torch Red #E9062D
RGB
CMYK
RGB Variations
Color information
#E9062D (or 0xE9062D) is known color: Torch Red. HEX triplet: E9, 06 and 2D. RGB value is (233,6,45). Sum of RGB (Red+Green+Blue) = 233+6+45=284 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.04% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 233 - color contains mainly: red. Hex color #E9062D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9062D is #16F9D2. Grayscale: #4E4E4E. Windows color (decimal): -1505747 or 2950889. OLE color: 2950889.
HSL color Cylindrical-coordinate representation of color #E9062D: hue angle of 349.69º 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 #E9062D is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.09 |
| HSL | 349.69º | 0.95% | 0.47% | - |
| HSV(B) | 349.69º | 0.97% | 0.91% | - |
| XYZ | 34.14 | 17.64 | 4.09 | - |
| YUV | 78.32 | 109.21 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 45 | 0 | 0.97 | 0.81 | 0.09 | 349.69 | 0.95 | 0.47 |
| Hex | E9 | 6 | 2D | 0 | 61 | 51 | 9 | 15E | 5F | 2F |
| Octal | 351 | 6 | 55 | 0 | 141 | 121 | 11 | 536 | 137 | 57 |
| Binary | 11101001 | 110 | 101101 | 0 | 1100001 | 1010001 | 1001 | 101011110 | 1011111 | 101111 |
Color Harmonies of #E9062D
Complementary color
Monochromatic Colors of #E9062D
Black with #E9062D
Text Example
Text Example
White with #E9062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9062D; }
p { color: rgb(233,6,45); }
H1.HeaderClassName
{
color: #E9062D;
}
.AnyTagClassName
{
color: #E9062D;
}
</style>
background-color css
<style>
a { background-color: #E9062D; }
a { background-color: rgb(233,6,45); }
div.DivClassName
{
background-color: #E9062D;
}
.BgClassName
{
background-color: #E9062D;
}
</style>
border-color css
<style>
span { border-color: #E9062D; }
span { border-color: rgb(233,6,45); }
td.TdClassName
{
border-color: #E9062D;
}
.TagClassName
{
border-color: #E9062D;
}
</style>