Shades of Torch Red #F1131D
Tints of Torch Red #F1131D
RGB
CMYK
RGB Variations
Color information
#F1131D (or 0xF1131D) is known color: Torch Red. HEX triplet: F1, 13 and 1D. RGB value is (241,19,29). Sum of RGB (Red+Green+Blue) = 241+19+29=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F1131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1131D is #0EECE2. Grayscale: #565656. Windows color (decimal): -978147 or 1905649. OLE color: 1905649.
HSL color Cylindrical-coordinate representation of color #F1131D: hue angle of 357.3º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.05 |
| HSL | 357.3º | 0.89% | 0.51% | - |
| HSV(B) | 357.3º | 0.92% | 0.95% | - |
| XYZ | 36.73 | 19.26 | 2.94 | - |
| YUV | 86.52 | 95.55 | 238.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 29 | 0 | 0.92 | 0.88 | 0.05 | 357.3 | 0.89 | 0.51 |
| Hex | F1 | 13 | 1D | 0 | 5C | 58 | 5 | 165 | 59 | 33 |
| Octal | 361 | 23 | 35 | 0 | 134 | 130 | 5 | 545 | 131 | 63 |
| Binary | 11110001 | 10011 | 11101 | 0 | 1011100 | 1011000 | 101 | 101100101 | 1011001 | 110011 |
Color Harmonies of #F1131D
Complementary color
Monochromatic Colors of #F1131D
Black with #F1131D
Text Example
Text Example
White with #F1131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1131D; }
p { color: rgb(241,19,29); }
H1.HeaderClassName
{
color: #F1131D;
}
.AnyTagClassName
{
color: #F1131D;
}
</style>
background-color css
<style>
a { background-color: #F1131D; }
a { background-color: rgb(241,19,29); }
div.DivClassName
{
background-color: #F1131D;
}
.BgClassName
{
background-color: #F1131D;
}
</style>
border-color css
<style>
span { border-color: #F1131D; }
span { border-color: rgb(241,19,29); }
td.TdClassName
{
border-color: #F1131D;
}
.TagClassName
{
border-color: #F1131D;
}
</style>