Shades of Torch Red #F60121
Tints of Torch Red #F60121
RGB
CMYK
RGB Variations
Color information
#F60121 (or 0xF60121) is known color: Torch Red. HEX triplet: F6, 01 and 21. RGB value is (246,1,33). Sum of RGB (Red+Green+Blue) = 246+1+33=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F60121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60121 is #09FEDE. Grayscale: #4E4E4E. Windows color (decimal): -655071 or 2163190. OLE color: 2163190.
HSL color Cylindrical-coordinate representation of color #F60121: hue angle of 352.16º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60121 is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.04 |
| HSL | 352.16º | 0.99% | 0.48% | - |
| HSV(B) | 352.16º | 1% | 0.96% | - |
| XYZ | 38.29 | 19.72 | 3.23 | - |
| YUV | 77.9 | 102.67 | 247.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 33 | 0 | 1.00 | 0.87 | 0.04 | 352.16 | 0.99 | 0.48 |
| Hex | F6 | 1 | 21 | 0 | 64 | 57 | 4 | 160 | 63 | 30 |
| Octal | 366 | 1 | 41 | 0 | 144 | 127 | 4 | 540 | 143 | 60 |
| Binary | 11110110 | 1 | 100001 | 0 | 1100100 | 1010111 | 100 | 101100000 | 1100011 | 110000 |
Color Harmonies of #F60121
Complementary color
Monochromatic Colors of #F60121
Black with #F60121
Text Example
Text Example
White with #F60121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60121; }
p { color: rgb(246,1,33); }
H1.HeaderClassName
{
color: #F60121;
}
.AnyTagClassName
{
color: #F60121;
}
</style>
background-color css
<style>
a { background-color: #F60121; }
a { background-color: rgb(246,1,33); }
div.DivClassName
{
background-color: #F60121;
}
.BgClassName
{
background-color: #F60121;
}
</style>
border-color css
<style>
span { border-color: #F60121; }
span { border-color: rgb(246,1,33); }
td.TdClassName
{
border-color: #F60121;
}
.TagClassName
{
border-color: #F60121;
}
</style>