Shades of Torch Red #F60314
Tints of Torch Red #F60314
RGB
CMYK
RGB Variations
Color information
#F60314 (or 0xF60314) is known color: Torch Red. HEX triplet: F6, 03 and 14. RGB value is (246,3,20). Sum of RGB (Red+Green+Blue) = 246+3+20=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F60314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60314 is #09FCEB. Grayscale: #4D4D4D. Windows color (decimal): -654572 or 1311734. OLE color: 1311734.
HSL color Cylindrical-coordinate representation of color #F60314: hue angle of 355.8º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60314 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 20 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.04 |
| HSL | 355.8º | 0.98% | 0.49% | - |
| HSV(B) | 355.8º | 0.99% | 0.96% | - |
| XYZ | 38.16 | 19.71 | 2.45 | - |
| YUV | 77.6 | 95.51 | 248.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 20 | 0 | 0.99 | 0.92 | 0.04 | 355.8 | 0.98 | 0.49 |
| Hex | F6 | 3 | 14 | 0 | 63 | 5C | 4 | 164 | 62 | 31 |
| Octal | 366 | 3 | 24 | 0 | 143 | 134 | 4 | 544 | 142 | 61 |
| Binary | 11110110 | 11 | 10100 | 0 | 1100011 | 1011100 | 100 | 101100100 | 1100010 | 110001 |
Color Harmonies of #F60314
Complementary color
Monochromatic Colors of #F60314
Black with #F60314
Text Example
Text Example
White with #F60314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60314; }
p { color: rgb(246,3,20); }
H1.HeaderClassName
{
color: #F60314;
}
.AnyTagClassName
{
color: #F60314;
}
</style>
background-color css
<style>
a { background-color: #F60314; }
a { background-color: rgb(246,3,20); }
div.DivClassName
{
background-color: #F60314;
}
.BgClassName
{
background-color: #F60314;
}
</style>
border-color css
<style>
span { border-color: #F60314; }
span { border-color: rgb(246,3,20); }
td.TdClassName
{
border-color: #F60314;
}
.TagClassName
{
border-color: #F60314;
}
</style>