Shades of Torch Red #F0082F
Tints of Torch Red #F0082F
RGB
CMYK
RGB Variations
Color information
#F0082F (or 0xF0082F) is known color: Torch Red. HEX triplet: F0, 08 and 2F. RGB value is (240,8,47). Sum of RGB (Red+Green+Blue) = 240+8+47=295 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.36% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 240 - color contains mainly: red. Hex color #F0082F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0082F is #0FF7D0. Grayscale: #515151. Windows color (decimal): -1046481 or 3082480. OLE color: 3082480.
HSL color Cylindrical-coordinate representation of color #F0082F: hue angle of 349.91º 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 #F0082F is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 47 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.06 |
| HSL | 349.91º | 0.94% | 0.49% | - |
| HSV(B) | 349.91º | 0.97% | 0.94% | - |
| XYZ | 36.54 | 18.9 | 4.41 | - |
| YUV | 81.81 | 108.36 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 47 | 0 | 0.97 | 0.80 | 0.06 | 349.91 | 0.94 | 0.49 |
| Hex | F0 | 8 | 2F | 0 | 61 | 50 | 6 | 15E | 5E | 31 |
| Octal | 360 | 10 | 57 | 0 | 141 | 120 | 6 | 536 | 136 | 61 |
| Binary | 11110000 | 1000 | 101111 | 0 | 1100001 | 1010000 | 110 | 101011110 | 1011110 | 110001 |
Color Harmonies of #F0082F
Complementary color
Monochromatic Colors of #F0082F
Black with #F0082F
Text Example
Text Example
White with #F0082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0082F; }
p { color: rgb(240,8,47); }
H1.HeaderClassName
{
color: #F0082F;
}
.AnyTagClassName
{
color: #F0082F;
}
</style>
background-color css
<style>
a { background-color: #F0082F; }
a { background-color: rgb(240,8,47); }
div.DivClassName
{
background-color: #F0082F;
}
.BgClassName
{
background-color: #F0082F;
}
</style>
border-color css
<style>
span { border-color: #F0082F; }
span { border-color: rgb(240,8,47); }
td.TdClassName
{
border-color: #F0082F;
}
.TagClassName
{
border-color: #F0082F;
}
</style>