Shades of Torch Red #F3192E
Tints of Torch Red #F3192E
RGB
CMYK
RGB Variations
Color information
#F3192E (or 0xF3192E) is known color: Torch Red. HEX triplet: F3, 19 and 2E. RGB value is (243,25,46). Sum of RGB (Red+Green+Blue) = 243+25+46=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192E is #0CE6D1. Grayscale: #5C5C5C. Windows color (decimal): -845522 or 3021299. OLE color: 3021299.
HSL color Cylindrical-coordinate representation of color #F3192E: hue angle of 354.22º 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 #F3192E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 46 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.05 |
| HSL | 354.22º | 0.9% | 0.53% | - |
| HSV(B) | 354.22º | 0.9% | 0.95% | - |
| XYZ | 37.8 | 19.95 | 4.44 | - |
| YUV | 92.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 46 | 0 | 0.90 | 0.81 | 0.05 | 354.22 | 0.9 | 0.53 |
| Hex | F3 | 19 | 2E | 0 | 5A | 51 | 5 | 162 | 5A | 35 |
| Octal | 363 | 31 | 56 | 0 | 132 | 121 | 5 | 542 | 132 | 65 |
| Binary | 11110011 | 11001 | 101110 | 0 | 1011010 | 1010001 | 101 | 101100010 | 1011010 | 110101 |
Color Harmonies of #F3192E
Complementary color
Monochromatic Colors of #F3192E
Black with #F3192E
Text Example
Text Example
White with #F3192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3192E; }
p { color: rgb(243,25,46); }
H1.HeaderClassName
{
color: #F3192E;
}
.AnyTagClassName
{
color: #F3192E;
}
</style>
background-color css
<style>
a { background-color: #F3192E; }
a { background-color: rgb(243,25,46); }
div.DivClassName
{
background-color: #F3192E;
}
.BgClassName
{
background-color: #F3192E;
}
</style>
border-color css
<style>
span { border-color: #F3192E; }
span { border-color: rgb(243,25,46); }
td.TdClassName
{
border-color: #F3192E;
}
.TagClassName
{
border-color: #F3192E;
}
</style>