Shades of Torch Red #F3192F
Tints of Torch Red #F3192F
RGB
CMYK
RGB Variations
Color information
#F3192F (or 0xF3192F) is known color: Torch Red. HEX triplet: F3, 19 and 2F. RGB value is (243,25,47). Sum of RGB (Red+Green+Blue) = 243+25+47=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192F is #0CE6D0. Grayscale: #5C5C5C. Windows color (decimal): -845521 or 3086835. OLE color: 3086835.
HSL color Cylindrical-coordinate representation of color #F3192F: hue angle of 353.94º 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 #F3192F is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 47 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 353.94º | 0.9% | 0.53% | - |
| HSV(B) | 353.94º | 0.9% | 0.95% | - |
| XYZ | 37.82 | 19.96 | 4.55 | - |
| YUV | 92.69 | 102.22 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 47 | 0 | 0.90 | 0.81 | 0.05 | 353.94 | 0.9 | 0.53 |
| Hex | F3 | 19 | 2F | 0 | 5A | 51 | 5 | 162 | 5A | 35 |
| Octal | 363 | 31 | 57 | 0 | 132 | 121 | 5 | 542 | 132 | 65 |
| Binary | 11110011 | 11001 | 101111 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011010 | 110101 |
Color Harmonies of #F3192F
Complementary color
Monochromatic Colors of #F3192F
Black with #F3192F
Text Example
Text Example
White with #F3192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3192F; }
p { color: rgb(243,25,47); }
H1.HeaderClassName
{
color: #F3192F;
}
.AnyTagClassName
{
color: #F3192F;
}
</style>
background-color css
<style>
a { background-color: #F3192F; }
a { background-color: rgb(243,25,47); }
div.DivClassName
{
background-color: #F3192F;
}
.BgClassName
{
background-color: #F3192F;
}
</style>
border-color css
<style>
span { border-color: #F3192F; }
span { border-color: rgb(243,25,47); }
td.TdClassName
{
border-color: #F3192F;
}
.TagClassName
{
border-color: #F3192F;
}
</style>