Shades of Torch Red #F6192D
Tints of Torch Red #F6192D
RGB
CMYK
RGB Variations
Color information
#F6192D (or 0xF6192D) is known color: Torch Red. HEX triplet: F6, 19 and 2D. RGB value is (246,25,45). Sum of RGB (Red+Green+Blue) = 246+25+45=316 (41% of max value = 765). Red value is 246 (96.48% from 255 or 77.85% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 246 - color contains mainly: red. Hex color #F6192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6192D is #09E6D2. Grayscale: #5D5D5D. Windows color (decimal): -648915 or 2955766. OLE color: 2955766.
HSL color Cylindrical-coordinate representation of color #F6192D: hue angle of 354.57º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6192D is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 25 | 45 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.04 |
| HSL | 354.57º | 0.92% | 0.53% | - |
| HSV(B) | 354.57º | 0.9% | 0.96% | - |
| XYZ | 38.83 | 20.48 | 4.39 | - |
| YUV | 93.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 25 | 45 | 0 | 0.90 | 0.82 | 0.04 | 354.57 | 0.92 | 0.53 |
| Hex | F6 | 19 | 2D | 0 | 5A | 52 | 4 | 163 | 5C | 35 |
| Octal | 366 | 31 | 55 | 0 | 132 | 122 | 4 | 543 | 134 | 65 |
| Binary | 11110110 | 11001 | 101101 | 0 | 1011010 | 1010010 | 100 | 101100011 | 1011100 | 110101 |
Color Harmonies of #F6192D
Complementary color
Monochromatic Colors of #F6192D
Black with #F6192D
Text Example
Text Example
White with #F6192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6192D; }
p { color: rgb(246,25,45); }
H1.HeaderClassName
{
color: #F6192D;
}
.AnyTagClassName
{
color: #F6192D;
}
</style>
background-color css
<style>
a { background-color: #F6192D; }
a { background-color: rgb(246,25,45); }
div.DivClassName
{
background-color: #F6192D;
}
.BgClassName
{
background-color: #F6192D;
}
</style>
border-color css
<style>
span { border-color: #F6192D; }
span { border-color: rgb(246,25,45); }
td.TdClassName
{
border-color: #F6192D;
}
.TagClassName
{
border-color: #F6192D;
}
</style>