Shades of Torch Red #F60222
Tints of Torch Red #F60222
RGB
CMYK
RGB Variations
Color information
#F60222 (or 0xF60222) is known color: Torch Red. HEX triplet: F6, 02 and 22. RGB value is (246,2,34). Sum of RGB (Red+Green+Blue) = 246+2+34=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F60222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60222 is #09FDDD. Grayscale: #4E4E4E. Windows color (decimal): -654814 or 2228982. OLE color: 2228982.
HSL color Cylindrical-coordinate representation of color #F60222: hue angle of 352.13º 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 #F60222 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.04 |
| HSL | 352.13º | 0.98% | 0.49% | - |
| HSV(B) | 352.13º | 0.99% | 0.96% | - |
| XYZ | 38.32 | 19.75 | 3.31 | - |
| YUV | 78.6 | 102.84 | 247.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 34 | 0 | 0.99 | 0.86 | 0.04 | 352.13 | 0.98 | 0.49 |
| Hex | F6 | 2 | 22 | 0 | 63 | 56 | 4 | 160 | 62 | 31 |
| Octal | 366 | 2 | 42 | 0 | 143 | 126 | 4 | 540 | 142 | 61 |
| Binary | 11110110 | 10 | 100010 | 0 | 1100011 | 1010110 | 100 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F60222
Complementary color
Monochromatic Colors of #F60222
Black with #F60222
Text Example
Text Example
White with #F60222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60222; }
p { color: rgb(246,2,34); }
H1.HeaderClassName
{
color: #F60222;
}
.AnyTagClassName
{
color: #F60222;
}
</style>
background-color css
<style>
a { background-color: #F60222; }
a { background-color: rgb(246,2,34); }
div.DivClassName
{
background-color: #F60222;
}
.BgClassName
{
background-color: #F60222;
}
</style>
border-color css
<style>
span { border-color: #F60222; }
span { border-color: rgb(246,2,34); }
td.TdClassName
{
border-color: #F60222;
}
.TagClassName
{
border-color: #F60222;
}
</style>