Shades of Torch Red #F1081C
Tints of Torch Red #F1081C
RGB
CMYK
RGB Variations
Color information
#F1081C (or 0xF1081C) is known color: Torch Red. HEX triplet: F1, 08 and 1C. RGB value is (241,8,28). Sum of RGB (Red+Green+Blue) = 241+8+28=277 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.00% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 241 - color contains mainly: red. Hex color #F1081C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1081C is #0EF7E3. Grayscale: #505050. Windows color (decimal): -980964 or 1837297. OLE color: 1837297.
HSL color Cylindrical-coordinate representation of color #F1081C: hue angle of 354.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1081C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 8 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.05 |
| HSL | 354.85º | 0.94% | 0.49% | - |
| HSV(B) | 354.85º | 0.97% | 0.95% | - |
| XYZ | 36.57 | 18.96 | 2.83 | - |
| YUV | 79.95 | 98.69 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 8 | 28 | 0 | 0.97 | 0.88 | 0.05 | 354.85 | 0.94 | 0.49 |
| Hex | F1 | 8 | 1C | 0 | 61 | 58 | 5 | 163 | 5E | 31 |
| Octal | 361 | 10 | 34 | 0 | 141 | 130 | 5 | 543 | 136 | 61 |
| Binary | 11110001 | 1000 | 11100 | 0 | 1100001 | 1011000 | 101 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F1081C
Complementary color
Monochromatic Colors of #F1081C
Black with #F1081C
Text Example
Text Example
White with #F1081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1081C; }
p { color: rgb(241,8,28); }
H1.HeaderClassName
{
color: #F1081C;
}
.AnyTagClassName
{
color: #F1081C;
}
</style>
background-color css
<style>
a { background-color: #F1081C; }
a { background-color: rgb(241,8,28); }
div.DivClassName
{
background-color: #F1081C;
}
.BgClassName
{
background-color: #F1081C;
}
</style>
border-color css
<style>
span { border-color: #F1081C; }
span { border-color: rgb(241,8,28); }
td.TdClassName
{
border-color: #F1081C;
}
.TagClassName
{
border-color: #F1081C;
}
</style>