Shades of Torch Red #F3192C
Tints of Torch Red #F3192C
RGB
CMYK
RGB Variations
Color information
#F3192C (or 0xF3192C) is known color: Torch Red. HEX triplet: F3, 19 and 2C. RGB value is (243,25,44). Sum of RGB (Red+Green+Blue) = 243+25+44=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F3192C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3192C is #0CE6D3. Grayscale: #5C5C5C. Windows color (decimal): -845524 or 2890227. OLE color: 2890227.
HSL color Cylindrical-coordinate representation of color #F3192C: hue angle of 354.77º 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 #F3192C is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 44 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.05 |
| HSL | 354.77º | 0.9% | 0.53% | - |
| HSV(B) | 354.77º | 0.9% | 0.95% | - |
| XYZ | 37.76 | 19.93 | 4.24 | - |
| YUV | 92.35 | 100.72 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 44 | 0 | 0.90 | 0.82 | 0.05 | 354.77 | 0.9 | 0.53 |
| Hex | F3 | 19 | 2C | 0 | 5A | 52 | 5 | 163 | 5A | 35 |
| Octal | 363 | 31 | 54 | 0 | 132 | 122 | 5 | 543 | 132 | 65 |
| Binary | 11110011 | 11001 | 101100 | 0 | 1011010 | 1010010 | 101 | 101100011 | 1011010 | 110101 |
Color Harmonies of #F3192C
Complementary color
Monochromatic Colors of #F3192C
Black with #F3192C
Text Example
Text Example
White with #F3192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3192C; }
p { color: rgb(243,25,44); }
H1.HeaderClassName
{
color: #F3192C;
}
.AnyTagClassName
{
color: #F3192C;
}
</style>
background-color css
<style>
a { background-color: #F3192C; }
a { background-color: rgb(243,25,44); }
div.DivClassName
{
background-color: #F3192C;
}
.BgClassName
{
background-color: #F3192C;
}
</style>
border-color css
<style>
span { border-color: #F3192C; }
span { border-color: rgb(243,25,44); }
td.TdClassName
{
border-color: #F3192C;
}
.TagClassName
{
border-color: #F3192C;
}
</style>