Shades of Torch Red #F1091E
Tints of Torch Red #F1091E
RGB
CMYK
RGB Variations
Color information
#F1091E (or 0xF1091E) is known color: Torch Red. HEX triplet: F1, 09 and 1E. RGB value is (241,9,30). Sum of RGB (Red+Green+Blue) = 241+9+30=280 (37% of max value = 765). Red value is 241 (94.53% from 255 or 86.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 241 - color contains mainly: red. Hex color #F1091E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1091E is #0EF6E1. Grayscale: #505050. Windows color (decimal): -980706 or 1968625. OLE color: 1968625.
HSL color Cylindrical-coordinate representation of color #F1091E: hue angle of 354.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1091E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.57º | 0.93% | 0.49% | - |
| HSV(B) | 354.57º | 0.96% | 0.95% | - |
| XYZ | 36.61 | 18.99 | 2.96 | - |
| YUV | 80.76 | 99.36 | 242.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 30 | 0 | 0.96 | 0.88 | 0.05 | 354.57 | 0.93 | 0.49 |
| Hex | F1 | 9 | 1E | 0 | 60 | 58 | 5 | 163 | 5D | 31 |
| Octal | 361 | 11 | 36 | 0 | 140 | 130 | 5 | 543 | 135 | 61 |
| Binary | 11110001 | 1001 | 11110 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F1091E
Complementary color
Monochromatic Colors of #F1091E
Black with #F1091E
Text Example
Text Example
White with #F1091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1091E; }
p { color: rgb(241,9,30); }
H1.HeaderClassName
{
color: #F1091E;
}
.AnyTagClassName
{
color: #F1091E;
}
</style>
background-color css
<style>
a { background-color: #F1091E; }
a { background-color: rgb(241,9,30); }
div.DivClassName
{
background-color: #F1091E;
}
.BgClassName
{
background-color: #F1091E;
}
</style>
border-color css
<style>
span { border-color: #F1091E; }
span { border-color: rgb(241,9,30); }
td.TdClassName
{
border-color: #F1091E;
}
.TagClassName
{
border-color: #F1091E;
}
</style>