Shades of Torch Red #F60E2B
Tints of Torch Red #F60E2B
RGB
CMYK
RGB Variations
Color information
#F60E2B (or 0xF60E2B) is known color: Torch Red. HEX triplet: F6, 0E and 2B. RGB value is (246,14,43). Sum of RGB (Red+Green+Blue) = 246+14+43=303 (40% of max value = 765). Red value is 246 (96.48% from 255 or 81.19% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 246 - color contains mainly: red. Hex color #F60E2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60E2B is #09F1D4. Grayscale: #565656. Windows color (decimal): -651733 or 2821878. OLE color: 2821878.
HSL color Cylindrical-coordinate representation of color #F60E2B: hue angle of 352.5º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60E2B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 43 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.04 |
| HSL | 352.5º | 0.93% | 0.51% | - |
| HSV(B) | 352.5º | 0.94% | 0.96% | - |
| XYZ | 38.6 | 20.08 | 4.13 | - |
| YUV | 86.67 | 103.36 | 241.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 43 | 0 | 0.94 | 0.83 | 0.04 | 352.5 | 0.93 | 0.51 |
| Hex | F6 | E | 2B | 0 | 5E | 53 | 4 | 160 | 5D | 33 |
| Octal | 366 | 16 | 53 | 0 | 136 | 123 | 4 | 540 | 135 | 63 |
| Binary | 11110110 | 1110 | 101011 | 0 | 1011110 | 1010011 | 100 | 101100000 | 1011101 | 110011 |
Color Harmonies of #F60E2B
Complementary color
Monochromatic Colors of #F60E2B
Black with #F60E2B
Text Example
Text Example
White with #F60E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60E2B; }
p { color: rgb(246,14,43); }
H1.HeaderClassName
{
color: #F60E2B;
}
.AnyTagClassName
{
color: #F60E2B;
}
</style>
background-color css
<style>
a { background-color: #F60E2B; }
a { background-color: rgb(246,14,43); }
div.DivClassName
{
background-color: #F60E2B;
}
.BgClassName
{
background-color: #F60E2B;
}
</style>
border-color css
<style>
span { border-color: #F60E2B; }
span { border-color: rgb(246,14,43); }
td.TdClassName
{
border-color: #F60E2B;
}
.TagClassName
{
border-color: #F60E2B;
}
</style>