Shades of Torch Red #F9193F
Tints of Torch Red #F9193F
RGB
CMYK
RGB Variations
Color information
#F9193F (or 0xF9193F) is known color: Torch Red. HEX triplet: F9, 19 and 3F. RGB value is (249,25,63). Sum of RGB (Red+Green+Blue) = 249+25+63=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F9193F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9193F is #06E6C0. Grayscale: #606060. Windows color (decimal): -452289 or 4135417. OLE color: 4135417.
HSL color Cylindrical-coordinate representation of color #F9193F: hue angle of 349.82º 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 #F9193F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 63 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.02 |
| HSL | 349.82º | 0.95% | 0.54% | - |
| HSV(B) | 349.82º | 0.9% | 0.98% | - |
| XYZ | 40.31 | 21.19 | 6.67 | - |
| YUV | 96.31 | 109.21 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 63 | 0 | 0.90 | 0.75 | 0.02 | 349.82 | 0.95 | 0.54 |
| Hex | F9 | 19 | 3F | 0 | 5A | 4B | 2 | 15E | 5F | 36 |
| Octal | 371 | 31 | 77 | 0 | 132 | 113 | 2 | 536 | 137 | 66 |
| Binary | 11111001 | 11001 | 111111 | 0 | 1011010 | 1001011 | 10 | 101011110 | 1011111 | 110110 |
Color Harmonies of #F9193F
Complementary color
Monochromatic Colors of #F9193F
Black with #F9193F
Text Example
Text Example
White with #F9193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9193F; }
p { color: rgb(249,25,63); }
H1.HeaderClassName
{
color: #F9193F;
}
.AnyTagClassName
{
color: #F9193F;
}
</style>
background-color css
<style>
a { background-color: #F9193F; }
a { background-color: rgb(249,25,63); }
div.DivClassName
{
background-color: #F9193F;
}
.BgClassName
{
background-color: #F9193F;
}
</style>
border-color css
<style>
span { border-color: #F9193F; }
span { border-color: rgb(249,25,63); }
td.TdClassName
{
border-color: #F9193F;
}
.TagClassName
{
border-color: #F9193F;
}
</style>