Shades of Torch Red #F61F2D
Tints of Torch Red #F61F2D
RGB
CMYK
RGB Variations
Color information
#F61F2D (or 0xF61F2D) is known color: Torch Red. HEX triplet: F6, 1F and 2D. RGB value is (246,31,45). Sum of RGB (Red+Green+Blue) = 246+31+45=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61F2D is #09E0D2. Grayscale: #616161. Windows color (decimal): -647379 or 2957302. OLE color: 2957302.
HSL color Cylindrical-coordinate representation of color #F61F2D: hue angle of 356.09º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F2D is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 45 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.04 |
| HSL | 356.09º | 0.92% | 0.54% | - |
| HSV(B) | 356.09º | 0.87% | 0.96% | - |
| XYZ | 38.97 | 20.76 | 4.44 | - |
| YUV | 96.88 | 98.73 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 45 | 0 | 0.87 | 0.82 | 0.04 | 356.09 | 0.92 | 0.54 |
| Hex | F6 | 1F | 2D | 0 | 57 | 52 | 4 | 164 | 5C | 36 |
| Octal | 366 | 37 | 55 | 0 | 127 | 122 | 4 | 544 | 134 | 66 |
| Binary | 11110110 | 11111 | 101101 | 0 | 1010111 | 1010010 | 100 | 101100100 | 1011100 | 110110 |
Color Harmonies of #F61F2D
Complementary color
Monochromatic Colors of #F61F2D
Black with #F61F2D
Text Example
Text Example
White with #F61F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F2D; }
p { color: rgb(246,31,45); }
H1.HeaderClassName
{
color: #F61F2D;
}
.AnyTagClassName
{
color: #F61F2D;
}
</style>
background-color css
<style>
a { background-color: #F61F2D; }
a { background-color: rgb(246,31,45); }
div.DivClassName
{
background-color: #F61F2D;
}
.BgClassName
{
background-color: #F61F2D;
}
</style>
border-color css
<style>
span { border-color: #F61F2D; }
span { border-color: rgb(246,31,45); }
td.TdClassName
{
border-color: #F61F2D;
}
.TagClassName
{
border-color: #F61F2D;
}
</style>