Shades of Torch Red #F6141C
Tints of Torch Red #F6141C
RGB
CMYK
RGB Variations
Color information
#F6141C (or 0xF6141C) is known color: Torch Red. HEX triplet: F6, 14 and 1C. RGB value is (246,20,28). Sum of RGB (Red+Green+Blue) = 246+20+28=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6141C is #09EBE3. Grayscale: #585858. Windows color (decimal): -650212 or 1840374. OLE color: 1840374.
HSL color Cylindrical-coordinate representation of color #F6141C: hue angle of 357.88º 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 #F6141C is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 28 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.04 |
| HSL | 357.88º | 0.93% | 0.52% | - |
| HSV(B) | 357.88º | 0.92% | 0.96% | - |
| XYZ | 38.47 | 20.18 | 2.97 | - |
| YUV | 88.49 | 93.87 | 240.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 28 | 0 | 0.92 | 0.89 | 0.04 | 357.88 | 0.93 | 0.52 |
| Hex | F6 | 14 | 1C | 0 | 5C | 59 | 4 | 166 | 5D | 34 |
| Octal | 366 | 24 | 34 | 0 | 134 | 131 | 4 | 546 | 135 | 64 |
| Binary | 11110110 | 10100 | 11100 | 0 | 1011100 | 1011001 | 100 | 101100110 | 1011101 | 110100 |
Color Harmonies of #F6141C
Complementary color
Monochromatic Colors of #F6141C
Black with #F6141C
Text Example
Text Example
White with #F6141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6141C; }
p { color: rgb(246,20,28); }
H1.HeaderClassName
{
color: #F6141C;
}
.AnyTagClassName
{
color: #F6141C;
}
</style>
background-color css
<style>
a { background-color: #F6141C; }
a { background-color: rgb(246,20,28); }
div.DivClassName
{
background-color: #F6141C;
}
.BgClassName
{
background-color: #F6141C;
}
</style>
border-color css
<style>
span { border-color: #F6141C; }
span { border-color: rgb(246,20,28); }
td.TdClassName
{
border-color: #F6141C;
}
.TagClassName
{
border-color: #F6141C;
}
</style>