Shades of Torch Red #F6131D
Tints of Torch Red #F6131D
RGB
CMYK
RGB Variations
Color information
#F6131D (or 0xF6131D) is known color: Torch Red. HEX triplet: F6, 13 and 1D. RGB value is (246,19,29). Sum of RGB (Red+Green+Blue) = 246+19+29=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6131D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6131D is #09ECE2. Grayscale: #585858. Windows color (decimal): -650467 or 1905654. OLE color: 1905654.
HSL color Cylindrical-coordinate representation of color #F6131D: hue angle of 357.36º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6131D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.04 |
| HSL | 357.36º | 0.93% | 0.52% | - |
| HSV(B) | 357.36º | 0.92% | 0.96% | - |
| XYZ | 38.46 | 20.15 | 3.02 | - |
| YUV | 88.01 | 94.71 | 240.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 29 | 0 | 0.92 | 0.88 | 0.04 | 357.36 | 0.93 | 0.52 |
| Hex | F6 | 13 | 1D | 0 | 5C | 58 | 4 | 165 | 5D | 34 |
| Octal | 366 | 23 | 35 | 0 | 134 | 130 | 4 | 545 | 135 | 64 |
| Binary | 11110110 | 10011 | 11101 | 0 | 1011100 | 1011000 | 100 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F6131D
Complementary color
Monochromatic Colors of #F6131D
Black with #F6131D
Text Example
Text Example
White with #F6131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6131D; }
p { color: rgb(246,19,29); }
H1.HeaderClassName
{
color: #F6131D;
}
.AnyTagClassName
{
color: #F6131D;
}
</style>
background-color css
<style>
a { background-color: #F6131D; }
a { background-color: rgb(246,19,29); }
div.DivClassName
{
background-color: #F6131D;
}
.BgClassName
{
background-color: #F6131D;
}
</style>
border-color css
<style>
span { border-color: #F6131D; }
span { border-color: rgb(246,19,29); }
td.TdClassName
{
border-color: #F6131D;
}
.TagClassName
{
border-color: #F6131D;
}
</style>