Shades of Torch Red #F61013
Tints of Torch Red #F61013
RGB
CMYK
RGB Variations
Color information
#F61013 (or 0xF61013) is known color: Torch Red. HEX triplet: F6, 10 and 13. RGB value is (246,16,19). Sum of RGB (Red+Green+Blue) = 246+16+19=281 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.54% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 246 - color contains mainly: red. Hex color #F61013 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61013 is #09EFEC. Grayscale: #555555. Windows color (decimal): -651245 or 1249526. OLE color: 1249526.
HSL color Cylindrical-coordinate representation of color #F61013: hue angle of 359.22º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61013 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 19 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.04 |
| HSL | 359.22º | 0.93% | 0.51% | - |
| HSV(B) | 359.22º | 0.93% | 0.96% | - |
| XYZ | 38.31 | 20.01 | 2.46 | - |
| YUV | 85.11 | 90.7 | 242.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 19 | 0 | 0.93 | 0.92 | 0.04 | 359.22 | 0.93 | 0.51 |
| Hex | F6 | 10 | 13 | 0 | 5D | 5C | 4 | 167 | 5D | 33 |
| Octal | 366 | 20 | 23 | 0 | 135 | 134 | 4 | 547 | 135 | 63 |
| Binary | 11110110 | 10000 | 10011 | 0 | 1011101 | 1011100 | 100 | 101100111 | 1011101 | 110011 |
Color Harmonies of #F61013
Complementary color
Monochromatic Colors of #F61013
Black with #F61013
Text Example
Text Example
White with #F61013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61013; }
p { color: rgb(246,16,19); }
H1.HeaderClassName
{
color: #F61013;
}
.AnyTagClassName
{
color: #F61013;
}
</style>
background-color css
<style>
a { background-color: #F61013; }
a { background-color: rgb(246,16,19); }
div.DivClassName
{
background-color: #F61013;
}
.BgClassName
{
background-color: #F61013;
}
</style>
border-color css
<style>
span { border-color: #F61013; }
span { border-color: rgb(246,16,19); }
td.TdClassName
{
border-color: #F61013;
}
.TagClassName
{
border-color: #F61013;
}
</style>