Shades of Torch Red #F1101A
Tints of Torch Red #F1101A
RGB
CMYK
RGB Variations
Color information
#F1101A (or 0xF1101A) is known color: Torch Red. HEX triplet: F1, 10 and 1A. RGB value is (241,16,26). Sum of RGB (Red+Green+Blue) = 241+16+26=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F1101A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1101A is #0EEFE5. Grayscale: #545454. Windows color (decimal): -978918 or 1708273. OLE color: 1708273.
HSL color Cylindrical-coordinate representation of color #F1101A: hue angle of 357.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1101A is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 26 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.33º | 0.89% | 0.5% | - |
| HSV(B) | 357.33º | 0.93% | 0.95% | - |
| XYZ | 36.65 | 19.15 | 2.74 | - |
| YUV | 84.42 | 95.04 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 26 | 0 | 0.93 | 0.89 | 0.05 | 357.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | 1A | 0 | 5D | 59 | 5 | 165 | 59 | 32 |
| Octal | 361 | 20 | 32 | 0 | 135 | 131 | 5 | 545 | 131 | 62 |
| Binary | 11110001 | 10000 | 11010 | 0 | 1011101 | 1011001 | 101 | 101100101 | 1011001 | 110010 |
Color Harmonies of #F1101A
Complementary color
Monochromatic Colors of #F1101A
Black with #F1101A
Text Example
Text Example
White with #F1101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1101A; }
p { color: rgb(241,16,26); }
H1.HeaderClassName
{
color: #F1101A;
}
.AnyTagClassName
{
color: #F1101A;
}
</style>
background-color css
<style>
a { background-color: #F1101A; }
a { background-color: rgb(241,16,26); }
div.DivClassName
{
background-color: #F1101A;
}
.BgClassName
{
background-color: #F1101A;
}
</style>
border-color css
<style>
span { border-color: #F1101A; }
span { border-color: rgb(241,16,26); }
td.TdClassName
{
border-color: #F1101A;
}
.TagClassName
{
border-color: #F1101A;
}
</style>