Shades of Torch Red #F61C31
Tints of Torch Red #F61C31
RGB
CMYK
RGB Variations
Color information
#F61C31 (or 0xF61C31) is known color: Torch Red. HEX triplet: F6, 1C and 31. RGB value is (246,28,49). Sum of RGB (Red+Green+Blue) = 246+28+49=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C31 is #09E3CE. Grayscale: #5F5F5F. Windows color (decimal): -648143 or 3218678. OLE color: 3218678.
HSL color Cylindrical-coordinate representation of color #F61C31: hue angle of 354.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C31 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 49 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.04 |
| HSL | 354.22º | 0.92% | 0.54% | - |
| HSV(B) | 354.22º | 0.89% | 0.96% | - |
| XYZ | 38.98 | 20.65 | 4.84 | - |
| YUV | 95.58 | 101.72 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 49 | 0 | 0.89 | 0.80 | 0.04 | 354.22 | 0.92 | 0.54 |
| Hex | F6 | 1C | 31 | 0 | 59 | 50 | 4 | 162 | 5C | 36 |
| Octal | 366 | 34 | 61 | 0 | 131 | 120 | 4 | 542 | 134 | 66 |
| Binary | 11110110 | 11100 | 110001 | 0 | 1011001 | 1010000 | 100 | 101100010 | 1011100 | 110110 |
Color Harmonies of #F61C31
Complementary color
Monochromatic Colors of #F61C31
Black with #F61C31
Text Example
Text Example
White with #F61C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C31; }
p { color: rgb(246,28,49); }
H1.HeaderClassName
{
color: #F61C31;
}
.AnyTagClassName
{
color: #F61C31;
}
</style>
background-color css
<style>
a { background-color: #F61C31; }
a { background-color: rgb(246,28,49); }
div.DivClassName
{
background-color: #F61C31;
}
.BgClassName
{
background-color: #F61C31;
}
</style>
border-color css
<style>
span { border-color: #F61C31; }
span { border-color: rgb(246,28,49); }
td.TdClassName
{
border-color: #F61C31;
}
.TagClassName
{
border-color: #F61C31;
}
</style>