Shades of Torch Red #F6031F
Tints of Torch Red #F6031F
RGB
CMYK
RGB Variations
Color information
#F6031F (or 0xF6031F) is known color: Torch Red. HEX triplet: F6, 03 and 1F. RGB value is (246,3,31). Sum of RGB (Red+Green+Blue) = 246+3+31=280 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.86% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 246 - color contains mainly: red. Hex color #F6031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6031F is #09FCE0. Grayscale: #4E4E4E. Windows color (decimal): -654561 or 2032630. OLE color: 2032630.
HSL color Cylindrical-coordinate representation of color #F6031F: hue angle of 353.09º 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 #F6031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 353.09º | 0.98% | 0.49% | - |
| HSV(B) | 353.09º | 0.99% | 0.96% | - |
| XYZ | 38.29 | 19.76 | 3.09 | - |
| YUV | 78.85 | 101.01 | 247.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 31 | 0 | 0.99 | 0.87 | 0.04 | 353.09 | 0.98 | 0.49 |
| Hex | F6 | 3 | 1F | 0 | 63 | 57 | 4 | 161 | 62 | 31 |
| Octal | 366 | 3 | 37 | 0 | 143 | 127 | 4 | 541 | 142 | 61 |
| Binary | 11110110 | 11 | 11111 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F6031F
Complementary color
Monochromatic Colors of #F6031F
Black with #F6031F
Text Example
Text Example
White with #F6031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6031F; }
p { color: rgb(246,3,31); }
H1.HeaderClassName
{
color: #F6031F;
}
.AnyTagClassName
{
color: #F6031F;
}
</style>
background-color css
<style>
a { background-color: #F6031F; }
a { background-color: rgb(246,3,31); }
div.DivClassName
{
background-color: #F6031F;
}
.BgClassName
{
background-color: #F6031F;
}
</style>
border-color css
<style>
span { border-color: #F6031F; }
span { border-color: rgb(246,3,31); }
td.TdClassName
{
border-color: #F6031F;
}
.TagClassName
{
border-color: #F6031F;
}
</style>