Shades of Torch Red #F60526
Tints of Torch Red #F60526
RGB
CMYK
RGB Variations
Color information
#F60526 (or 0xF60526) is known color: Torch Red. HEX triplet: F6, 05 and 26. RGB value is (246,5,38). Sum of RGB (Red+Green+Blue) = 246+5+38=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F60526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60526 is #09FAD9. Grayscale: #505050. Windows color (decimal): -654042 or 2491894. OLE color: 2491894.
HSL color Cylindrical-coordinate representation of color #F60526: hue angle of 351.78º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60526 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.04 |
| HSL | 351.78º | 0.96% | 0.49% | - |
| HSV(B) | 351.78º | 0.98% | 0.96% | - |
| XYZ | 38.41 | 19.84 | 3.64 | - |
| YUV | 80.82 | 103.84 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 38 | 0 | 0.98 | 0.85 | 0.04 | 351.78 | 0.96 | 0.49 |
| Hex | F6 | 5 | 26 | 0 | 62 | 55 | 4 | 160 | 60 | 31 |
| Octal | 366 | 5 | 46 | 0 | 142 | 125 | 4 | 540 | 140 | 61 |
| Binary | 11110110 | 101 | 100110 | 0 | 1100010 | 1010101 | 100 | 101100000 | 1100000 | 110001 |
Color Harmonies of #F60526
Complementary color
Monochromatic Colors of #F60526
Black with #F60526
Text Example
Text Example
White with #F60526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60526; }
p { color: rgb(246,5,38); }
H1.HeaderClassName
{
color: #F60526;
}
.AnyTagClassName
{
color: #F60526;
}
</style>
background-color css
<style>
a { background-color: #F60526; }
a { background-color: rgb(246,5,38); }
div.DivClassName
{
background-color: #F60526;
}
.BgClassName
{
background-color: #F60526;
}
</style>
border-color css
<style>
span { border-color: #F60526; }
span { border-color: rgb(246,5,38); }
td.TdClassName
{
border-color: #F60526;
}
.TagClassName
{
border-color: #F60526;
}
</style>