Shades of Torch Red #F61D1F
Tints of Torch Red #F61D1F
RGB
CMYK
RGB Variations
Color information
#F61D1F (or 0xF61D1F) is known color: Torch Red. HEX triplet: F6, 1D and 1F. RGB value is (246,29,31). Sum of RGB (Red+Green+Blue) = 246+29+31=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D1F is #09E2E0. Grayscale: #5E5E5E. Windows color (decimal): -647905 or 2039286. OLE color: 2039286.
HSL color Cylindrical-coordinate representation of color #F61D1F: hue angle of 359.45º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D1F is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 31 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.04 |
| HSL | 359.45º | 0.92% | 0.54% | - |
| HSV(B) | 359.45º | 0.88% | 0.96% | - |
| XYZ | 38.69 | 20.57 | 3.23 | - |
| YUV | 94.11 | 92.39 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 31 | 0 | 0.88 | 0.87 | 0.04 | 359.45 | 0.92 | 0.54 |
| Hex | F6 | 1D | 1F | 0 | 58 | 57 | 4 | 167 | 5C | 36 |
| Octal | 366 | 35 | 37 | 0 | 130 | 127 | 4 | 547 | 134 | 66 |
| Binary | 11110110 | 11101 | 11111 | 0 | 1011000 | 1010111 | 100 | 101100111 | 1011100 | 110110 |
Color Harmonies of #F61D1F
Complementary color
Monochromatic Colors of #F61D1F
Black with #F61D1F
Text Example
Text Example
White with #F61D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D1F; }
p { color: rgb(246,29,31); }
H1.HeaderClassName
{
color: #F61D1F;
}
.AnyTagClassName
{
color: #F61D1F;
}
</style>
background-color css
<style>
a { background-color: #F61D1F; }
a { background-color: rgb(246,29,31); }
div.DivClassName
{
background-color: #F61D1F;
}
.BgClassName
{
background-color: #F61D1F;
}
</style>
border-color css
<style>
span { border-color: #F61D1F; }
span { border-color: rgb(246,29,31); }
td.TdClassName
{
border-color: #F61D1F;
}
.TagClassName
{
border-color: #F61D1F;
}
</style>