Shades of Torch Red #F6121C
Tints of Torch Red #F6121C
RGB
CMYK
RGB Variations
Color information
#F6121C (or 0xF6121C) is known color: Torch Red. HEX triplet: F6, 12 and 1C. RGB value is (246,18,28). Sum of RGB (Red+Green+Blue) = 246+18+28=292 (38% of max value = 765). Red value is 246 (96.48% from 255 or 84.25% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 246 - color contains mainly: red. Hex color #F6121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6121C is #09EDE3. Grayscale: #575757. Windows color (decimal): -650724 or 1839862. OLE color: 1839862.
HSL color Cylindrical-coordinate representation of color #F6121C: hue angle of 357.37º 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 #F6121C is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.04 |
| HSL | 357.37º | 0.93% | 0.52% | - |
| HSV(B) | 357.37º | 0.93% | 0.96% | - |
| XYZ | 38.43 | 20.11 | 2.95 | - |
| YUV | 87.31 | 94.54 | 241.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 28 | 0 | 0.93 | 0.89 | 0.04 | 357.37 | 0.93 | 0.52 |
| Hex | F6 | 12 | 1C | 0 | 5D | 59 | 4 | 165 | 5D | 34 |
| Octal | 366 | 22 | 34 | 0 | 135 | 131 | 4 | 545 | 135 | 64 |
| Binary | 11110110 | 10010 | 11100 | 0 | 1011101 | 1011001 | 100 | 101100101 | 1011101 | 110100 |
Color Harmonies of #F6121C
Complementary color
Monochromatic Colors of #F6121C
Black with #F6121C
Text Example
Text Example
White with #F6121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6121C; }
p { color: rgb(246,18,28); }
H1.HeaderClassName
{
color: #F6121C;
}
.AnyTagClassName
{
color: #F6121C;
}
</style>
background-color css
<style>
a { background-color: #F6121C; }
a { background-color: rgb(246,18,28); }
div.DivClassName
{
background-color: #F6121C;
}
.BgClassName
{
background-color: #F6121C;
}
</style>
border-color css
<style>
span { border-color: #F6121C; }
span { border-color: rgb(246,18,28); }
td.TdClassName
{
border-color: #F6121C;
}
.TagClassName
{
border-color: #F6121C;
}
</style>