Shades of Torch Red #F6121E
Tints of Torch Red #F6121E
RGB
CMYK
RGB Variations
Color information
#F6121E (or 0xF6121E) is known color: Torch Red. HEX triplet: F6, 12 and 1E. RGB value is (246,18,30). Sum of RGB (Red+Green+Blue) = 246+18+30=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F6121E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6121E is #09EDE1. Grayscale: #575757. Windows color (decimal): -650722 or 1970934. OLE color: 1970934.
HSL color Cylindrical-coordinate representation of color #F6121E: hue angle of 356.84º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6121E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.04 |
| HSL | 356.84º | 0.93% | 0.52% | - |
| HSV(B) | 356.84º | 0.93% | 0.96% | - |
| XYZ | 38.46 | 20.12 | 3.08 | - |
| YUV | 87.54 | 95.54 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 30 | 0 | 0.93 | 0.88 | 0.04 | 356.84 | 0.93 | 0.52 |
| Hex | F6 | 12 | 1E | 0 | 5D | 58 | 4 | 165 | 5D | 34 |
| Octal | 366 | 22 | 36 | 0 | 135 | 130 | 4 | 545 | 135 | 64 |
| Binary | 11110110 | 10010 | 11110 | 0 | 1011101 | 1011000 | 100 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F6121E
Complementary color
Monochromatic Colors of #F6121E
Black with #F6121E
Text Example
Text Example
White with #F6121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6121E; }
p { color: rgb(246,18,30); }
H1.HeaderClassName
{
color: #F6121E;
}
.AnyTagClassName
{
color: #F6121E;
}
</style>
background-color css
<style>
a { background-color: #F6121E; }
a { background-color: rgb(246,18,30); }
div.DivClassName
{
background-color: #F6121E;
}
.BgClassName
{
background-color: #F6121E;
}
</style>
border-color css
<style>
span { border-color: #F6121E; }
span { border-color: rgb(246,18,30); }
td.TdClassName
{
border-color: #F6121E;
}
.TagClassName
{
border-color: #F6121E;
}
</style>