Shades of Torch Red #F61C2C
Tints of Torch Red #F61C2C
RGB
CMYK
RGB Variations
Color information
#F61C2C (or 0xF61C2C) is known color: Torch Red. HEX triplet: F6, 1C and 2C. RGB value is (246,28,44). Sum of RGB (Red+Green+Blue) = 246+28+44=318 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.36% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C2C is #09E3D3. Grayscale: #5F5F5F. Windows color (decimal): -648148 or 2890998. OLE color: 2890998.
HSL color Cylindrical-coordinate representation of color #F61C2C: hue angle of 355.6º 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 #F61C2C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 44 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.04 |
| HSL | 355.6º | 0.92% | 0.54% | - |
| HSV(B) | 355.6º | 0.89% | 0.96% | - |
| XYZ | 38.88 | 20.61 | 4.31 | - |
| YUV | 95.01 | 99.22 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 44 | 0 | 0.89 | 0.82 | 0.04 | 355.6 | 0.92 | 0.54 |
| Hex | F6 | 1C | 2C | 0 | 59 | 52 | 4 | 164 | 5C | 36 |
| Octal | 366 | 34 | 54 | 0 | 131 | 122 | 4 | 544 | 134 | 66 |
| Binary | 11110110 | 11100 | 101100 | 0 | 1011001 | 1010010 | 100 | 101100100 | 1011100 | 110110 |
Color Harmonies of #F61C2C
Complementary color
Monochromatic Colors of #F61C2C
Black with #F61C2C
Text Example
Text Example
White with #F61C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C2C; }
p { color: rgb(246,28,44); }
H1.HeaderClassName
{
color: #F61C2C;
}
.AnyTagClassName
{
color: #F61C2C;
}
</style>
background-color css
<style>
a { background-color: #F61C2C; }
a { background-color: rgb(246,28,44); }
div.DivClassName
{
background-color: #F61C2C;
}
.BgClassName
{
background-color: #F61C2C;
}
</style>
border-color css
<style>
span { border-color: #F61C2C; }
span { border-color: rgb(246,28,44); }
td.TdClassName
{
border-color: #F61C2C;
}
.TagClassName
{
border-color: #F61C2C;
}
</style>