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