Shades of Torch Red #F9193C
Tints of Torch Red #F9193C
RGB
CMYK
RGB Variations
Color information
#F9193C (or 0xF9193C) is known color: Torch Red. HEX triplet: F9, 19 and 3C. RGB value is (249,25,60). Sum of RGB (Red+Green+Blue) = 249+25+60=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F9193C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9193C is #06E6C3. Grayscale: #606060. Windows color (decimal): -452292 or 3938809. OLE color: 3938809.
HSL color Cylindrical-coordinate representation of color #F9193C: hue angle of 350.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9193C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 350.63º | 0.95% | 0.54% | - |
| HSV(B) | 350.63º | 0.9% | 0.98% | - |
| XYZ | 40.23 | 21.16 | 6.24 | - |
| YUV | 95.97 | 107.71 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 60 | 0 | 0.90 | 0.76 | 0.02 | 350.63 | 0.95 | 0.54 |
| Hex | F9 | 19 | 3C | 0 | 5A | 4C | 2 | 15F | 5F | 36 |
| Octal | 371 | 31 | 74 | 0 | 132 | 114 | 2 | 537 | 137 | 66 |
| Binary | 11111001 | 11001 | 111100 | 0 | 1011010 | 1001100 | 10 | 101011111 | 1011111 | 110110 |
Color Harmonies of #F9193C
Complementary color
Monochromatic Colors of #F9193C
Black with #F9193C
Text Example
Text Example
White with #F9193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9193C; }
p { color: rgb(249,25,60); }
H1.HeaderClassName
{
color: #F9193C;
}
.AnyTagClassName
{
color: #F9193C;
}
</style>
background-color css
<style>
a { background-color: #F9193C; }
a { background-color: rgb(249,25,60); }
div.DivClassName
{
background-color: #F9193C;
}
.BgClassName
{
background-color: #F9193C;
}
</style>
border-color css
<style>
span { border-color: #F9193C; }
span { border-color: rgb(249,25,60); }
td.TdClassName
{
border-color: #F9193C;
}
.TagClassName
{
border-color: #F9193C;
}
</style>