Shades of Torch Red #F6141A
Tints of Torch Red #F6141A
RGB
CMYK
RGB Variations
Color information
#F6141A (or 0xF6141A) is known color: Torch Red. HEX triplet: F6, 14 and 1A. RGB value is (246,20,26). Sum of RGB (Red+Green+Blue) = 246+20+26=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F6141A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6141A is #09EBE5. Grayscale: #585858. Windows color (decimal): -650214 or 1709302. OLE color: 1709302.
HSL color Cylindrical-coordinate representation of color #F6141A: hue angle of 358.41º 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 #F6141A is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 26 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.04 |
| HSL | 358.41º | 0.93% | 0.52% | - |
| HSV(B) | 358.41º | 0.92% | 0.96% | - |
| XYZ | 38.44 | 20.17 | 2.84 | - |
| YUV | 88.26 | 92.87 | 240.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 26 | 0 | 0.92 | 0.89 | 0.04 | 358.41 | 0.93 | 0.52 |
| Hex | F6 | 14 | 1A | 0 | 5C | 59 | 4 | 166 | 5D | 34 |
| Octal | 366 | 24 | 32 | 0 | 134 | 131 | 4 | 546 | 135 | 64 |
| Binary | 11110110 | 10100 | 11010 | 0 | 1011100 | 1011001 | 100 | 101100110 | 1011101 | 110100 |
Color Harmonies of #F6141A
Complementary color
Monochromatic Colors of #F6141A
Black with #F6141A
Text Example
Text Example
White with #F6141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6141A; }
p { color: rgb(246,20,26); }
H1.HeaderClassName
{
color: #F6141A;
}
.AnyTagClassName
{
color: #F6141A;
}
</style>
background-color css
<style>
a { background-color: #F6141A; }
a { background-color: rgb(246,20,26); }
div.DivClassName
{
background-color: #F6141A;
}
.BgClassName
{
background-color: #F6141A;
}
</style>
border-color css
<style>
span { border-color: #F6141A; }
span { border-color: rgb(246,20,26); }
td.TdClassName
{
border-color: #F6141A;
}
.TagClassName
{
border-color: #F6141A;
}
</style>