Shades of Torch Red #F60613
Tints of Torch Red #F60613
RGB
CMYK
RGB Variations
Color information
#F60613 (or 0xF60613) is known color: Torch Red. HEX triplet: F6, 06 and 13. RGB value is (246,6,19). Sum of RGB (Red+Green+Blue) = 246+6+19=271 (35% of max value = 765). Red value is 246 (96.48% from 255 or 90.77% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 246 - color contains mainly: red. Hex color #F60613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60613 is #09F9EC. Grayscale: #4F4F4F. Windows color (decimal): -653805 or 1246966. OLE color: 1246966.
HSL color Cylindrical-coordinate representation of color #F60613: hue angle of 356.75º degrees, saturation: 0.95, 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 #F60613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.04 |
| HSL | 356.75º | 0.95% | 0.49% | - |
| HSV(B) | 356.75º | 0.98% | 0.96% | - |
| XYZ | 38.19 | 19.77 | 2.42 | - |
| YUV | 79.24 | 94.01 | 246.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 19 | 0 | 0.98 | 0.92 | 0.04 | 356.75 | 0.95 | 0.49 |
| Hex | F6 | 6 | 13 | 0 | 62 | 5C | 4 | 165 | 5F | 31 |
| Octal | 366 | 6 | 23 | 0 | 142 | 134 | 4 | 545 | 137 | 61 |
| Binary | 11110110 | 110 | 10011 | 0 | 1100010 | 1011100 | 100 | 101100101 | 1011111 | 110001 |
Color Harmonies of #F60613
Complementary color
Monochromatic Colors of #F60613
Black with #F60613
Text Example
Text Example
White with #F60613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60613; }
p { color: rgb(246,6,19); }
H1.HeaderClassName
{
color: #F60613;
}
.AnyTagClassName
{
color: #F60613;
}
</style>
background-color css
<style>
a { background-color: #F60613; }
a { background-color: rgb(246,6,19); }
div.DivClassName
{
background-color: #F60613;
}
.BgClassName
{
background-color: #F60613;
}
</style>
border-color css
<style>
span { border-color: #F60613; }
span { border-color: rgb(246,6,19); }
td.TdClassName
{
border-color: #F60613;
}
.TagClassName
{
border-color: #F60613;
}
</style>