Shades of Torch Red #F0091E
Tints of Torch Red #F0091E
RGB
CMYK
RGB Variations
Color information
#F0091E (or 0xF0091E) is known color: Torch Red. HEX triplet: F0, 09 and 1E. RGB value is (240,9,30). Sum of RGB (Red+Green+Blue) = 240+9+30=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F0091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0091E is #0FF6E1. Grayscale: #505050. Windows color (decimal): -1046242 or 1968624. OLE color: 1968624.
HSL color Cylindrical-coordinate representation of color #F0091E: hue angle of 354.55º 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 #F0091E is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.06 |
| HSL | 354.55º | 0.93% | 0.49% | - |
| HSV(B) | 354.55º | 0.96% | 0.94% | - |
| XYZ | 36.27 | 18.81 | 2.95 | - |
| YUV | 80.46 | 99.53 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 30 | 0 | 0.96 | 0.87 | 0.06 | 354.55 | 0.93 | 0.49 |
| Hex | F0 | 9 | 1E | 0 | 60 | 57 | 6 | 163 | 5D | 31 |
| Octal | 360 | 11 | 36 | 0 | 140 | 127 | 6 | 543 | 135 | 61 |
| Binary | 11110000 | 1001 | 11110 | 0 | 1100000 | 1010111 | 110 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F0091E
Complementary color
Monochromatic Colors of #F0091E
Black with #F0091E
Text Example
Text Example
White with #F0091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0091E; }
p { color: rgb(240,9,30); }
H1.HeaderClassName
{
color: #F0091E;
}
.AnyTagClassName
{
color: #F0091E;
}
</style>
background-color css
<style>
a { background-color: #F0091E; }
a { background-color: rgb(240,9,30); }
div.DivClassName
{
background-color: #F0091E;
}
.BgClassName
{
background-color: #F0091E;
}
</style>
border-color css
<style>
span { border-color: #F0091E; }
span { border-color: rgb(240,9,30); }
td.TdClassName
{
border-color: #F0091E;
}
.TagClassName
{
border-color: #F0091E;
}
</style>