Shades of Torch Red #F61B3C
Tints of Torch Red #F61B3C
RGB
CMYK
RGB Variations
Color information
#F61B3C (or 0xF61B3C) is known color: Torch Red. HEX triplet: F6, 1B and 3C. RGB value is (246,27,60). Sum of RGB (Red+Green+Blue) = 246+27+60=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61B3C is #09E4C3. Grayscale: #606060. Windows color (decimal): -648388 or 3939318. OLE color: 3939318.
HSL color Cylindrical-coordinate representation of color #F61B3C: hue angle of 350.96º 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 #F61B3C is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 60 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.04 |
| HSL | 350.96º | 0.92% | 0.54% | - |
| HSV(B) | 350.96º | 0.89% | 0.96% | - |
| XYZ | 39.21 | 20.7 | 6.2 | - |
| YUV | 96.24 | 107.55 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 60 | 0 | 0.89 | 0.76 | 0.04 | 350.96 | 0.92 | 0.54 |
| Hex | F6 | 1B | 3C | 0 | 59 | 4C | 4 | 15F | 5C | 36 |
| Octal | 366 | 33 | 74 | 0 | 131 | 114 | 4 | 537 | 134 | 66 |
| Binary | 11110110 | 11011 | 111100 | 0 | 1011001 | 1001100 | 100 | 101011111 | 1011100 | 110110 |
Color Harmonies of #F61B3C
Complementary color
Monochromatic Colors of #F61B3C
Black with #F61B3C
Text Example
Text Example
White with #F61B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B3C; }
p { color: rgb(246,27,60); }
H1.HeaderClassName
{
color: #F61B3C;
}
.AnyTagClassName
{
color: #F61B3C;
}
</style>
background-color css
<style>
a { background-color: #F61B3C; }
a { background-color: rgb(246,27,60); }
div.DivClassName
{
background-color: #F61B3C;
}
.BgClassName
{
background-color: #F61B3C;
}
</style>
border-color css
<style>
span { border-color: #F61B3C; }
span { border-color: rgb(246,27,60); }
td.TdClassName
{
border-color: #F61B3C;
}
.TagClassName
{
border-color: #F61B3C;
}
</style>