Shades of Torch Red #F1091B
Tints of Torch Red #F1091B
RGB
CMYK
RGB Variations
Color information
#F1091B (or 0xF1091B) is known color: Torch Red. HEX triplet: F1, 09 and 1B. RGB value is (241,9,27). Sum of RGB (Red+Green+Blue) = 241+9+27=277 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.00% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 241 - color contains mainly: red. Hex color #F1091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1091B is #0EF6E4. Grayscale: #505050. Windows color (decimal): -980709 or 1772017. OLE color: 1772017.
HSL color Cylindrical-coordinate representation of color #F1091B: hue angle of 355.34º 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 #F1091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.05 |
| HSL | 355.34º | 0.93% | 0.49% | - |
| HSV(B) | 355.34º | 0.96% | 0.95% | - |
| XYZ | 36.57 | 18.98 | 2.77 | - |
| YUV | 80.42 | 97.86 | 242.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 27 | 0 | 0.96 | 0.89 | 0.05 | 355.34 | 0.93 | 0.49 |
| Hex | F1 | 9 | 1B | 0 | 60 | 59 | 5 | 163 | 5D | 31 |
| Octal | 361 | 11 | 33 | 0 | 140 | 131 | 5 | 543 | 135 | 61 |
| Binary | 11110001 | 1001 | 11011 | 0 | 1100000 | 1011001 | 101 | 101100011 | 1011101 | 110001 |
Color Harmonies of #F1091B
Complementary color
Monochromatic Colors of #F1091B
Black with #F1091B
Text Example
Text Example
White with #F1091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1091B; }
p { color: rgb(241,9,27); }
H1.HeaderClassName
{
color: #F1091B;
}
.AnyTagClassName
{
color: #F1091B;
}
</style>
background-color css
<style>
a { background-color: #F1091B; }
a { background-color: rgb(241,9,27); }
div.DivClassName
{
background-color: #F1091B;
}
.BgClassName
{
background-color: #F1091B;
}
</style>
border-color css
<style>
span { border-color: #F1091B; }
span { border-color: rgb(241,9,27); }
td.TdClassName
{
border-color: #F1091B;
}
.TagClassName
{
border-color: #F1091B;
}
</style>