Shades of Torch Red #F6001C
Tints of Torch Red #F6001C
RGB
CMYK
RGB Variations
Color information
#F6001C (or 0xF6001C) is known color: Torch Red. HEX triplet: F6, 00 and 1C. RGB value is (246,0,28). Sum of RGB (Red+Green+Blue) = 246+0+28=274 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.78% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 246 - color contains mainly: red. Hex color #F6001C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6001C is #09FFE3. Grayscale: #4C4C4C. Windows color (decimal): -655332 or 1835254. OLE color: 1835254.
HSL color Cylindrical-coordinate representation of color #F6001C: hue angle of 353.17º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6001C is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.89 | 0.04 |
| HSL | 353.17º | 1% | 0.48% | - |
| HSV(B) | 353.17º | 1% | 0.96% | - |
| XYZ | 38.22 | 19.68 | 2.88 | - |
| YUV | 76.75 | 100.5 | 248.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 28 | 0 | 1 | 0.89 | 0.04 | 353.17 | 1 | 0.48 |
| Hex | F6 | 0 | 1C | 0 | 64 | 59 | 4 | 161 | 64 | 30 |
| Octal | 366 | 0 | 34 | 0 | 144 | 131 | 4 | 541 | 144 | 60 |
| Binary | 11110110 | 0 | 11100 | 0 | 1100100 | 1011001 | 100 | 101100001 | 1100100 | 110000 |
Color Harmonies of #F6001C
Complementary color
Monochromatic Colors of #F6001C
Black with #F6001C
Text Example
Text Example
White with #F6001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6001C; }
p { color: rgb(246,0,28); }
H1.HeaderClassName
{
color: #F6001C;
}
.AnyTagClassName
{
color: #F6001C;
}
</style>
background-color css
<style>
a { background-color: #F6001C; }
a { background-color: rgb(246,0,28); }
div.DivClassName
{
background-color: #F6001C;
}
.BgClassName
{
background-color: #F6001C;
}
</style>
border-color css
<style>
span { border-color: #F6001C; }
span { border-color: rgb(246,0,28); }
td.TdClassName
{
border-color: #F6001C;
}
.TagClassName
{
border-color: #F6001C;
}
</style>