Shades of Torch Red #F1091D
Tints of Torch Red #F1091D
RGB
CMYK
RGB Variations
Color information
#F1091D (or 0xF1091D) is known color: Torch Red. HEX triplet: F1, 09 and 1D. RGB value is (241,9,29). Sum of RGB (Red+Green+Blue) = 241+9+29=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F1091D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1091D is #0EF6E2. Grayscale: #505050. Windows color (decimal): -980707 or 1903089. OLE color: 1903089.
HSL color Cylindrical-coordinate representation of color #F1091D: hue angle of 354.83º 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 #F1091D is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.05 |
| HSL | 354.83º | 0.93% | 0.49% | - |
| HSV(B) | 354.83º | 0.96% | 0.95% | - |
| XYZ | 36.6 | 18.98 | 2.9 | - |
| YUV | 80.65 | 98.86 | 242.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 29 | 0 | 0.96 | 0.88 | 0.05 | 354.83 | 0.93 | 0.49 |
| Hex | F1 | 9 | 1D | 0 | 60 | 58 | 5 | 163 | 5D | 31 |
| Octal | 361 | 11 | 35 | 0 | 140 | 130 | 5 | 543 | 135 | 61 |
| Binary | 11110001 | 1001 | 11101 | 0 | 1100000 | 1011000 | 101 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F1091D
Complementary color
Monochromatic Colors of #F1091D
Black with #F1091D
Text Example
Text Example
White with #F1091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1091D; }
p { color: rgb(241,9,29); }
H1.HeaderClassName
{
color: #F1091D;
}
.AnyTagClassName
{
color: #F1091D;
}
</style>
background-color css
<style>
a { background-color: #F1091D; }
a { background-color: rgb(241,9,29); }
div.DivClassName
{
background-color: #F1091D;
}
.BgClassName
{
background-color: #F1091D;
}
</style>
border-color css
<style>
span { border-color: #F1091D; }
span { border-color: rgb(241,9,29); }
td.TdClassName
{
border-color: #F1091D;
}
.TagClassName
{
border-color: #F1091D;
}
</style>