Shades of Torch Red #F0091F
Tints of Torch Red #F0091F
RGB
CMYK
RGB Variations
Color information
#F0091F (or 0xF0091F) is known color: Torch Red. HEX triplet: F0, 09 and 1F. RGB value is (240,9,31). Sum of RGB (Red+Green+Blue) = 240+9+31=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091F is #0FF6E0. Grayscale: #505050. Windows color (decimal): -1046241 or 2034160. OLE color: 2034160.
HSL color Cylindrical-coordinate representation of color #F0091F: hue angle of 354.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0091F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.06 |
| HSL | 354.29º | 0.93% | 0.49% | - |
| HSV(B) | 354.29º | 0.96% | 0.94% | - |
| XYZ | 36.28 | 18.82 | 3.02 | - |
| YUV | 80.58 | 100.03 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 31 | 0 | 0.96 | 0.87 | 0.06 | 354.29 | 0.93 | 0.49 |
| Hex | F0 | 9 | 1F | 0 | 60 | 57 | 6 | 162 | 5D | 31 |
| Octal | 360 | 11 | 37 | 0 | 140 | 127 | 6 | 542 | 135 | 61 |
| Binary | 11110000 | 1001 | 11111 | 0 | 1100000 | 1010111 | 110 | 101100010 | 1011101 | 110001 |
Color Harmonies of #F0091F
Complementary color
Monochromatic Colors of #F0091F
Black with #F0091F
Text Example
Text Example
White with #F0091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0091F; }
p { color: rgb(240,9,31); }
H1.HeaderClassName
{
color: #F0091F;
}
.AnyTagClassName
{
color: #F0091F;
}
</style>
background-color css
<style>
a { background-color: #F0091F; }
a { background-color: rgb(240,9,31); }
div.DivClassName
{
background-color: #F0091F;
}
.BgClassName
{
background-color: #F0091F;
}
</style>
border-color css
<style>
span { border-color: #F0091F; }
span { border-color: rgb(240,9,31); }
td.TdClassName
{
border-color: #F0091F;
}
.TagClassName
{
border-color: #F0091F;
}
</style>