Shades of Torch Red #F6051F
Tints of Torch Red #F6051F
RGB
CMYK
RGB Variations
Color information
#F6051F (or 0xF6051F) is known color: Torch Red. HEX triplet: F6, 05 and 1F. RGB value is (246,5,31). Sum of RGB (Red+Green+Blue) = 246+5+31=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F6051F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6051F is #09FAE0. Grayscale: #505050. Windows color (decimal): -654049 or 2033142. OLE color: 2033142.
HSL color Cylindrical-coordinate representation of color #F6051F: hue angle of 353.53º degrees, saturation: 0.96, 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 #F6051F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 31 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.04 |
| HSL | 353.53º | 0.96% | 0.49% | - |
| HSV(B) | 353.53º | 0.98% | 0.96% | - |
| XYZ | 38.31 | 19.8 | 3.1 | - |
| YUV | 80.02 | 100.34 | 246.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 31 | 0 | 0.98 | 0.87 | 0.04 | 353.53 | 0.96 | 0.49 |
| Hex | F6 | 5 | 1F | 0 | 62 | 57 | 4 | 162 | 60 | 31 |
| Octal | 366 | 5 | 37 | 0 | 142 | 127 | 4 | 542 | 140 | 61 |
| Binary | 11110110 | 101 | 11111 | 0 | 1100010 | 1010111 | 100 | 101100010 | 1100000 | 110001 |
Color Harmonies of #F6051F
Complementary color
Monochromatic Colors of #F6051F
Black with #F6051F
Text Example
Text Example
White with #F6051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6051F; }
p { color: rgb(246,5,31); }
H1.HeaderClassName
{
color: #F6051F;
}
.AnyTagClassName
{
color: #F6051F;
}
</style>
background-color css
<style>
a { background-color: #F6051F; }
a { background-color: rgb(246,5,31); }
div.DivClassName
{
background-color: #F6051F;
}
.BgClassName
{
background-color: #F6051F;
}
</style>
border-color css
<style>
span { border-color: #F6051F; }
span { border-color: rgb(246,5,31); }
td.TdClassName
{
border-color: #F6051F;
}
.TagClassName
{
border-color: #F6051F;
}
</style>