Shades of Torch Red #F60B2B
Tints of Torch Red #F60B2B
RGB
CMYK
RGB Variations
Color information
#F60B2B (or 0xF60B2B) is known color: Torch Red. HEX triplet: F6, 0B and 2B. RGB value is (246,11,43). Sum of RGB (Red+Green+Blue) = 246+11+43=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60B2B is #09F4D4. Grayscale: #555555. Windows color (decimal): -652501 or 2821110. OLE color: 2821110.
HSL color Cylindrical-coordinate representation of color #F60B2B: hue angle of 351.83º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60B2B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 43 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.04 |
| HSL | 351.83º | 0.93% | 0.5% | - |
| HSV(B) | 351.83º | 0.96% | 0.96% | - |
| XYZ | 38.56 | 20.01 | 4.11 | - |
| YUV | 84.91 | 104.36 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 43 | 0 | 0.96 | 0.83 | 0.04 | 351.83 | 0.93 | 0.5 |
| Hex | F6 | B | 2B | 0 | 60 | 53 | 4 | 160 | 5D | 32 |
| Octal | 366 | 13 | 53 | 0 | 140 | 123 | 4 | 540 | 135 | 62 |
| Binary | 11110110 | 1011 | 101011 | 0 | 1100000 | 1010011 | 100 | 101100000 | 1011101 | 110010 |
Color Harmonies of #F60B2B
Complementary color
Monochromatic Colors of #F60B2B
Black with #F60B2B
Text Example
Text Example
White with #F60B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B2B; }
p { color: rgb(246,11,43); }
H1.HeaderClassName
{
color: #F60B2B;
}
.AnyTagClassName
{
color: #F60B2B;
}
</style>
background-color css
<style>
a { background-color: #F60B2B; }
a { background-color: rgb(246,11,43); }
div.DivClassName
{
background-color: #F60B2B;
}
.BgClassName
{
background-color: #F60B2B;
}
</style>
border-color css
<style>
span { border-color: #F60B2B; }
span { border-color: rgb(246,11,43); }
td.TdClassName
{
border-color: #F60B2B;
}
.TagClassName
{
border-color: #F60B2B;
}
</style>