Shades of Torch Red #F6011C
Tints of Torch Red #F6011C
RGB
CMYK
RGB Variations
Color information
#F6011C (or 0xF6011C) is known color: Torch Red. HEX triplet: F6, 01 and 1C. RGB value is (246,1,28). Sum of RGB (Red+Green+Blue) = 246+1+28=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F6011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6011C is #09FEE3. Grayscale: #4D4D4D. Windows color (decimal): -655076 or 1835510. OLE color: 1835510.
HSL color Cylindrical-coordinate representation of color #F6011C: hue angle of 353.39º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.04 |
| HSL | 353.39º | 0.99% | 0.48% | - |
| HSV(B) | 353.39º | 1% | 0.96% | - |
| XYZ | 38.23 | 19.7 | 2.89 | - |
| YUV | 77.33 | 100.17 | 248.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 28 | 0 | 1.00 | 0.89 | 0.04 | 353.39 | 0.99 | 0.48 |
| Hex | F6 | 1 | 1C | 0 | 64 | 59 | 4 | 161 | 63 | 30 |
| Octal | 366 | 1 | 34 | 0 | 144 | 131 | 4 | 541 | 143 | 60 |
| Binary | 11110110 | 1 | 11100 | 0 | 1100100 | 1011001 | 100 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F6011C
Complementary color
Monochromatic Colors of #F6011C
Black with #F6011C
Text Example
Text Example
White with #F6011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6011C; }
p { color: rgb(246,1,28); }
H1.HeaderClassName
{
color: #F6011C;
}
.AnyTagClassName
{
color: #F6011C;
}
</style>
background-color css
<style>
a { background-color: #F6011C; }
a { background-color: rgb(246,1,28); }
div.DivClassName
{
background-color: #F6011C;
}
.BgClassName
{
background-color: #F6011C;
}
</style>
border-color css
<style>
span { border-color: #F6011C; }
span { border-color: rgb(246,1,28); }
td.TdClassName
{
border-color: #F6011C;
}
.TagClassName
{
border-color: #F6011C;
}
</style>