Shades of Torch Red #F1192B
Tints of Torch Red #F1192B
RGB
CMYK
RGB Variations
Color information
#F1192B (or 0xF1192B) is known color: Torch Red. HEX triplet: F1, 19 and 2B. RGB value is (241,25,43). Sum of RGB (Red+Green+Blue) = 241+25+43=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1192B is #0EE6D4. Grayscale: #5B5B5B. Windows color (decimal): -976597 or 2824689. OLE color: 2824689.
HSL color Cylindrical-coordinate representation of color #F1192B: hue angle of 355º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1192B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.05 |
| HSL | 355º | 0.89% | 0.52% | - |
| HSV(B) | 355º | 0.9% | 0.95% | - |
| XYZ | 37.06 | 19.57 | 4.11 | - |
| YUV | 91.64 | 100.56 | 234.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 43 | 0 | 0.90 | 0.82 | 0.05 | 355 | 0.89 | 0.52 |
| Hex | F1 | 19 | 2B | 0 | 5A | 52 | 5 | 163 | 59 | 34 |
| Octal | 361 | 31 | 53 | 0 | 132 | 122 | 5 | 543 | 131 | 64 |
| Binary | 11110001 | 11001 | 101011 | 0 | 1011010 | 1010010 | 101 | 101100011 | 1011001 | 110100 |
Color Harmonies of #F1192B
Complementary color
Monochromatic Colors of #F1192B
Black with #F1192B
Text Example
Text Example
White with #F1192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1192B; }
p { color: rgb(241,25,43); }
H1.HeaderClassName
{
color: #F1192B;
}
.AnyTagClassName
{
color: #F1192B;
}
</style>
background-color css
<style>
a { background-color: #F1192B; }
a { background-color: rgb(241,25,43); }
div.DivClassName
{
background-color: #F1192B;
}
.BgClassName
{
background-color: #F1192B;
}
</style>
border-color css
<style>
span { border-color: #F1192B; }
span { border-color: rgb(241,25,43); }
td.TdClassName
{
border-color: #F1192B;
}
.TagClassName
{
border-color: #F1192B;
}
</style>