Shades of Torch Red #F3191C
Tints of Torch Red #F3191C
RGB
CMYK
RGB Variations
Color information
#F3191C (or 0xF3191C) is known color: Torch Red. HEX triplet: F3, 19 and 1C. RGB value is (243,25,28). Sum of RGB (Red+Green+Blue) = 243+25+28=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F3191C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3191C is #0CE6E3. Grayscale: #5A5A5A. Windows color (decimal): -845540 or 1841651. OLE color: 1841651.
HSL color Cylindrical-coordinate representation of color #F3191C: hue angle of 359.17º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3191C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 28 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.05 |
| HSL | 359.17º | 0.9% | 0.53% | - |
| HSV(B) | 359.17º | 0.9% | 0.95% | - |
| XYZ | 37.52 | 19.83 | 2.95 | - |
| YUV | 90.52 | 92.72 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 28 | 0 | 0.90 | 0.88 | 0.05 | 359.17 | 0.9 | 0.53 |
| Hex | F3 | 19 | 1C | 0 | 5A | 58 | 5 | 167 | 5A | 35 |
| Octal | 363 | 31 | 34 | 0 | 132 | 130 | 5 | 547 | 132 | 65 |
| Binary | 11110011 | 11001 | 11100 | 0 | 1011010 | 1011000 | 101 | 101100111 | 1011010 | 110101 |
Color Harmonies of #F3191C
Complementary color
Monochromatic Colors of #F3191C
Black with #F3191C
Text Example
Text Example
White with #F3191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3191C; }
p { color: rgb(243,25,28); }
H1.HeaderClassName
{
color: #F3191C;
}
.AnyTagClassName
{
color: #F3191C;
}
</style>
background-color css
<style>
a { background-color: #F3191C; }
a { background-color: rgb(243,25,28); }
div.DivClassName
{
background-color: #F3191C;
}
.BgClassName
{
background-color: #F3191C;
}
</style>
border-color css
<style>
span { border-color: #F3191C; }
span { border-color: rgb(243,25,28); }
td.TdClassName
{
border-color: #F3191C;
}
.TagClassName
{
border-color: #F3191C;
}
</style>