Shades of Torch Red #F1093C
Tints of Torch Red #F1093C
RGB
CMYK
RGB Variations
Color information
#F1093C (or 0xF1093C) is known color: Torch Red. HEX triplet: F1, 09 and 3C. RGB value is (241,9,60). Sum of RGB (Red+Green+Blue) = 241+9+60=310 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.74% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 241 - color contains mainly: red. Hex color #F1093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1093C is #0EF6C3. Grayscale: #545454. Windows color (decimal): -980676 or 3934705. OLE color: 3934705.
HSL color Cylindrical-coordinate representation of color #F1093C: hue angle of 346.81º 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 #F1093C is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.05 |
| HSL | 346.81º | 0.93% | 0.49% | - |
| HSV(B) | 346.81º | 0.96% | 0.95% | - |
| XYZ | 37.19 | 19.22 | 6.03 | - |
| YUV | 84.18 | 114.36 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 60 | 0 | 0.96 | 0.75 | 0.05 | 346.81 | 0.93 | 0.49 |
| Hex | F1 | 9 | 3C | 0 | 60 | 4B | 5 | 15B | 5D | 31 |
| Octal | 361 | 11 | 74 | 0 | 140 | 113 | 5 | 533 | 135 | 61 |
| Binary | 11110001 | 1001 | 111100 | 0 | 1100000 | 1001011 | 101 | 101011011 | 1011101 | 110001 |
Color Harmonies of #F1093C
Complementary color
Monochromatic Colors of #F1093C
Black with #F1093C
Text Example
Text Example
White with #F1093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1093C; }
p { color: rgb(241,9,60); }
H1.HeaderClassName
{
color: #F1093C;
}
.AnyTagClassName
{
color: #F1093C;
}
</style>
background-color css
<style>
a { background-color: #F1093C; }
a { background-color: rgb(241,9,60); }
div.DivClassName
{
background-color: #F1093C;
}
.BgClassName
{
background-color: #F1093C;
}
</style>
border-color css
<style>
span { border-color: #F1093C; }
span { border-color: rgb(241,9,60); }
td.TdClassName
{
border-color: #F1093C;
}
.TagClassName
{
border-color: #F1093C;
}
</style>