Shades of Torch Red #F0083D
Tints of Torch Red #F0083D
RGB
CMYK
RGB Variations
Color information
#F0083D (or 0xF0083D) is known color: Torch Red. HEX triplet: F0, 08 and 3D. RGB value is (240,8,61). Sum of RGB (Red+Green+Blue) = 240+8+61=309 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.67% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 240 - color contains mainly: red. Hex color #F0083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0083D is #0FF7C2. Grayscale: #535353. Windows color (decimal): -1046467 or 3999984. OLE color: 3999984.
HSL color Cylindrical-coordinate representation of color #F0083D: hue angle of 346.29º 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 #F0083D is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 61 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.06 |
| HSL | 346.29º | 0.94% | 0.49% | - |
| HSV(B) | 346.29º | 0.97% | 0.94% | - |
| XYZ | 36.86 | 19.04 | 6.15 | - |
| YUV | 83.41 | 115.36 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 61 | 0 | 0.97 | 0.75 | 0.06 | 346.29 | 0.94 | 0.49 |
| Hex | F0 | 8 | 3D | 0 | 61 | 4B | 6 | 15A | 5E | 31 |
| Octal | 360 | 10 | 75 | 0 | 141 | 113 | 6 | 532 | 136 | 61 |
| Binary | 11110000 | 1000 | 111101 | 0 | 1100001 | 1001011 | 110 | 101011010 | 1011110 | 110001 |
Color Harmonies of #F0083D
Complementary color
Monochromatic Colors of #F0083D
Black with #F0083D
Text Example
Text Example
White with #F0083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0083D; }
p { color: rgb(240,8,61); }
H1.HeaderClassName
{
color: #F0083D;
}
.AnyTagClassName
{
color: #F0083D;
}
</style>
background-color css
<style>
a { background-color: #F0083D; }
a { background-color: rgb(240,8,61); }
div.DivClassName
{
background-color: #F0083D;
}
.BgClassName
{
background-color: #F0083D;
}
</style>
border-color css
<style>
span { border-color: #F0083D; }
span { border-color: rgb(240,8,61); }
td.TdClassName
{
border-color: #F0083D;
}
.TagClassName
{
border-color: #F0083D;
}
</style>