Shades of Torch Red #F60019
Tints of Torch Red #F60019
RGB
CMYK
RGB Variations
Color information
#F60019 (or 0xF60019) is known color: Torch Red. HEX triplet: F6, 00 and 19. RGB value is (246,0,25). Sum of RGB (Red+Green+Blue) = 246+0+25=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F60019 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60019 is #09FFE6. Grayscale: #4C4C4C. Windows color (decimal): -655335 or 1638646. OLE color: 1638646.
HSL color Cylindrical-coordinate representation of color #F60019: hue angle of 353.9º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60019 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.90 | 0.04 |
| HSL | 353.9º | 1% | 0.48% | - |
| HSV(B) | 353.9º | 1% | 0.96% | - |
| XYZ | 38.18 | 19.66 | 2.7 | - |
| YUV | 76.4 | 99 | 248.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 25 | 0 | 1 | 0.90 | 0.04 | 353.9 | 1 | 0.48 |
| Hex | F6 | 0 | 19 | 0 | 64 | 5A | 4 | 162 | 64 | 30 |
| Octal | 366 | 0 | 31 | 0 | 144 | 132 | 4 | 542 | 144 | 60 |
| Binary | 11110110 | 0 | 11001 | 0 | 1100100 | 1011010 | 100 | 101100010 | 1100100 | 110000 |
Color Harmonies of #F60019
Complementary color
Monochromatic Colors of #F60019
Black with #F60019
Text Example
Text Example
White with #F60019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60019; }
p { color: rgb(246,0,25); }
H1.HeaderClassName
{
color: #F60019;
}
.AnyTagClassName
{
color: #F60019;
}
</style>
background-color css
<style>
a { background-color: #F60019; }
a { background-color: rgb(246,0,25); }
div.DivClassName
{
background-color: #F60019;
}
.BgClassName
{
background-color: #F60019;
}
</style>
border-color css
<style>
span { border-color: #F60019; }
span { border-color: rgb(246,0,25); }
td.TdClassName
{
border-color: #F60019;
}
.TagClassName
{
border-color: #F60019;
}
</style>