Shades of Torch Red #F1071C
Tints of Torch Red #F1071C
RGB
CMYK
RGB Variations
Color information
#F1071C (or 0xF1071C) is known color: Torch Red. HEX triplet: F1, 07 and 1C. RGB value is (241,7,28). Sum of RGB (Red+Green+Blue) = 241+7+28=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1071C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1071C is #0EF8E3. Grayscale: #4F4F4F. Windows color (decimal): -981220 or 1837041. OLE color: 1837041.
HSL color Cylindrical-coordinate representation of color #F1071C: hue angle of 354.62º 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 #F1071C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.05 |
| HSL | 354.62º | 0.94% | 0.49% | - |
| HSV(B) | 354.62º | 0.97% | 0.95% | - |
| XYZ | 36.56 | 18.94 | 2.83 | - |
| YUV | 79.36 | 99.02 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 28 | 0 | 0.97 | 0.88 | 0.05 | 354.62 | 0.94 | 0.49 |
| Hex | F1 | 7 | 1C | 0 | 61 | 58 | 5 | 163 | 5E | 31 |
| Octal | 361 | 7 | 34 | 0 | 141 | 130 | 5 | 543 | 136 | 61 |
| Binary | 11110001 | 111 | 11100 | 0 | 1100001 | 1011000 | 101 | 101100011 | 1011110 | 110001 |
Color Harmonies of #F1071C
Complementary color
Monochromatic Colors of #F1071C
Black with #F1071C
Text Example
Text Example
White with #F1071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1071C; }
p { color: rgb(241,7,28); }
H1.HeaderClassName
{
color: #F1071C;
}
.AnyTagClassName
{
color: #F1071C;
}
</style>
background-color css
<style>
a { background-color: #F1071C; }
a { background-color: rgb(241,7,28); }
div.DivClassName
{
background-color: #F1071C;
}
.BgClassName
{
background-color: #F1071C;
}
</style>
border-color css
<style>
span { border-color: #F1071C; }
span { border-color: rgb(241,7,28); }
td.TdClassName
{
border-color: #F1071C;
}
.TagClassName
{
border-color: #F1071C;
}
</style>