Shades of Torch Red #F0082E
Tints of Torch Red #F0082E
RGB
CMYK
RGB Variations
Color information
#F0082E (or 0xF0082E) is known color: Torch Red. HEX triplet: F0, 08 and 2E. RGB value is (240,8,46). Sum of RGB (Red+Green+Blue) = 240+8+46=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F0082E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0082E is #0FF7D1. Grayscale: #515151. Windows color (decimal): -1046482 or 3016944. OLE color: 3016944.
HSL color Cylindrical-coordinate representation of color #F0082E: hue angle of 350.17º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0082E is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 46 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.06 |
| HSL | 350.17º | 0.94% | 0.49% | - |
| HSV(B) | 350.17º | 0.97% | 0.94% | - |
| XYZ | 36.52 | 18.9 | 4.31 | - |
| YUV | 81.7 | 107.86 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 46 | 0 | 0.97 | 0.81 | 0.06 | 350.17 | 0.94 | 0.49 |
| Hex | F0 | 8 | 2E | 0 | 61 | 51 | 6 | 15E | 5E | 31 |
| Octal | 360 | 10 | 56 | 0 | 141 | 121 | 6 | 536 | 136 | 61 |
| Binary | 11110000 | 1000 | 101110 | 0 | 1100001 | 1010001 | 110 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F0082E
Complementary color
Monochromatic Colors of #F0082E
Black with #F0082E
Text Example
Text Example
White with #F0082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0082E; }
p { color: rgb(240,8,46); }
H1.HeaderClassName
{
color: #F0082E;
}
.AnyTagClassName
{
color: #F0082E;
}
</style>
background-color css
<style>
a { background-color: #F0082E; }
a { background-color: rgb(240,8,46); }
div.DivClassName
{
background-color: #F0082E;
}
.BgClassName
{
background-color: #F0082E;
}
</style>
border-color css
<style>
span { border-color: #F0082E; }
span { border-color: rgb(240,8,46); }
td.TdClassName
{
border-color: #F0082E;
}
.TagClassName
{
border-color: #F0082E;
}
</style>