Shades of Torch Red #F61C29
Tints of Torch Red #F61C29
RGB
CMYK
RGB Variations
Color information
#F61C29 (or 0xF61C29) is known color: Torch Red. HEX triplet: F6, 1C and 29. RGB value is (246,28,41). Sum of RGB (Red+Green+Blue) = 246+28+41=315 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.10% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C29 is #09E3D6. Grayscale: #5E5E5E. Windows color (decimal): -648151 or 2694390. OLE color: 2694390.
HSL color Cylindrical-coordinate representation of color #F61C29: hue angle of 356.42º 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 #F61C29 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 41 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.04 |
| HSL | 356.42º | 0.92% | 0.54% | - |
| HSV(B) | 356.42º | 0.89% | 0.96% | - |
| XYZ | 38.82 | 20.58 | 4.02 | - |
| YUV | 94.66 | 97.72 | 235.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 41 | 0 | 0.89 | 0.83 | 0.04 | 356.42 | 0.92 | 0.54 |
| Hex | F6 | 1C | 29 | 0 | 59 | 53 | 4 | 164 | 5C | 36 |
| Octal | 366 | 34 | 51 | 0 | 131 | 123 | 4 | 544 | 134 | 66 |
| Binary | 11110110 | 11100 | 101001 | 0 | 1011001 | 1010011 | 100 | 101100100 | 1011100 | 110110 |
Color Harmonies of #F61C29
Complementary color
Monochromatic Colors of #F61C29
Black with #F61C29
Text Example
Text Example
White with #F61C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C29; }
p { color: rgb(246,28,41); }
H1.HeaderClassName
{
color: #F61C29;
}
.AnyTagClassName
{
color: #F61C29;
}
</style>
background-color css
<style>
a { background-color: #F61C29; }
a { background-color: rgb(246,28,41); }
div.DivClassName
{
background-color: #F61C29;
}
.BgClassName
{
background-color: #F61C29;
}
</style>
border-color css
<style>
span { border-color: #F61C29; }
span { border-color: rgb(246,28,41); }
td.TdClassName
{
border-color: #F61C29;
}
.TagClassName
{
border-color: #F61C29;
}
</style>