Shades of Torch Red #F60B1B
Tints of Torch Red #F60B1B
RGB
CMYK
RGB Variations
Color information
#F60B1B (or 0xF60B1B) is known color: Torch Red. HEX triplet: F6, 0B and 1B. RGB value is (246,11,27). Sum of RGB (Red+Green+Blue) = 246+11+27=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F60B1B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60B1B is #09F4E4. Grayscale: #535353. Windows color (decimal): -652517 or 1772534. OLE color: 1772534.
HSL color Cylindrical-coordinate representation of color #F60B1B: hue angle of 355.91º 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 #F60B1B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.04 |
| HSL | 355.91º | 0.93% | 0.5% | - |
| HSV(B) | 355.91º | 0.96% | 0.96% | - |
| XYZ | 38.32 | 19.91 | 2.86 | - |
| YUV | 83.09 | 96.36 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 27 | 0 | 0.96 | 0.89 | 0.04 | 355.91 | 0.93 | 0.5 |
| Hex | F6 | B | 1B | 0 | 60 | 59 | 4 | 164 | 5D | 32 |
| Octal | 366 | 13 | 33 | 0 | 140 | 131 | 4 | 544 | 135 | 62 |
| Binary | 11110110 | 1011 | 11011 | 0 | 1100000 | 1011001 | 100 | 101100100 | 1011101 | 110010 |
Color Harmonies of #F60B1B
Complementary color
Monochromatic Colors of #F60B1B
Black with #F60B1B
Text Example
Text Example
White with #F60B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60B1B; }
p { color: rgb(246,11,27); }
H1.HeaderClassName
{
color: #F60B1B;
}
.AnyTagClassName
{
color: #F60B1B;
}
</style>
background-color css
<style>
a { background-color: #F60B1B; }
a { background-color: rgb(246,11,27); }
div.DivClassName
{
background-color: #F60B1B;
}
.BgClassName
{
background-color: #F60B1B;
}
</style>
border-color css
<style>
span { border-color: #F60B1B; }
span { border-color: rgb(246,11,27); }
td.TdClassName
{
border-color: #F60B1B;
}
.TagClassName
{
border-color: #F60B1B;
}
</style>