Shades of Torch Red #F3193C
Tints of Torch Red #F3193C
RGB
CMYK
RGB Variations
Color information
#F3193C (or 0xF3193C) is known color: Torch Red. HEX triplet: F3, 19 and 3C. RGB value is (243,25,60). Sum of RGB (Red+Green+Blue) = 243+25+60=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3193C is #0CE6C3. Grayscale: #5E5E5E. Windows color (decimal): -845508 or 3938803. OLE color: 3938803.
HSL color Cylindrical-coordinate representation of color #F3193C: hue angle of 350.37º 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 #F3193C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 60 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.05 |
| HSL | 350.37º | 0.9% | 0.53% | - |
| HSV(B) | 350.37º | 0.9% | 0.95% | - |
| XYZ | 38.13 | 20.08 | 6.14 | - |
| YUV | 94.17 | 108.72 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 60 | 0 | 0.90 | 0.75 | 0.05 | 350.37 | 0.9 | 0.53 |
| Hex | F3 | 19 | 3C | 0 | 5A | 4B | 5 | 15E | 5A | 35 |
| Octal | 363 | 31 | 74 | 0 | 132 | 113 | 5 | 536 | 132 | 65 |
| Binary | 11110011 | 11001 | 111100 | 0 | 1011010 | 1001011 | 101 | 101011110 | 1011010 | 110101 |
Color Harmonies of #F3193C
Complementary color
Monochromatic Colors of #F3193C
Black with #F3193C
Text Example
Text Example
White with #F3193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3193C; }
p { color: rgb(243,25,60); }
H1.HeaderClassName
{
color: #F3193C;
}
.AnyTagClassName
{
color: #F3193C;
}
</style>
background-color css
<style>
a { background-color: #F3193C; }
a { background-color: rgb(243,25,60); }
div.DivClassName
{
background-color: #F3193C;
}
.BgClassName
{
background-color: #F3193C;
}
</style>
border-color css
<style>
span { border-color: #F3193C; }
span { border-color: rgb(243,25,60); }
td.TdClassName
{
border-color: #F3193C;
}
.TagClassName
{
border-color: #F3193C;
}
</style>