Shades of Torch Red #F1011D
Tints of Torch Red #F1011D
RGB
CMYK
RGB Variations
Color information
#F1011D (or 0xF1011D) is known color: Torch Red. HEX triplet: F1, 01 and 1D. RGB value is (241,1,29). Sum of RGB (Red+Green+Blue) = 241+1+29=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F1011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1011D is #0EFEE2. Grayscale: #4C4C4C. Windows color (decimal): -982755 or 1901041. OLE color: 1901041.
HSL color Cylindrical-coordinate representation of color #F1011D: hue angle of 353º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.05 |
| HSL | 353º | 0.99% | 0.47% | - |
| HSV(B) | 353º | 1% | 0.95% | - |
| XYZ | 36.51 | 18.81 | 2.87 | - |
| YUV | 75.95 | 101.51 | 245.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 29 | 0 | 1.00 | 0.88 | 0.05 | 353 | 0.99 | 0.47 |
| Hex | F1 | 1 | 1D | 0 | 64 | 58 | 5 | 161 | 63 | 2F |
| Octal | 361 | 1 | 35 | 0 | 144 | 130 | 5 | 541 | 143 | 57 |
| Binary | 11110001 | 1 | 11101 | 0 | 1100100 | 1011000 | 101 | 101100001 | 1100011 | 101111 |
Color Harmonies of #F1011D
Complementary color
Monochromatic Colors of #F1011D
Black with #F1011D
Text Example
Text Example
White with #F1011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1011D; }
p { color: rgb(241,1,29); }
H1.HeaderClassName
{
color: #F1011D;
}
.AnyTagClassName
{
color: #F1011D;
}
</style>
background-color css
<style>
a { background-color: #F1011D; }
a { background-color: rgb(241,1,29); }
div.DivClassName
{
background-color: #F1011D;
}
.BgClassName
{
background-color: #F1011D;
}
</style>
border-color css
<style>
span { border-color: #F1011D; }
span { border-color: rgb(241,1,29); }
td.TdClassName
{
border-color: #F1011D;
}
.TagClassName
{
border-color: #F1011D;
}
</style>