Shades of Torch Red #F61E3F
Tints of Torch Red #F61E3F
RGB
CMYK
RGB Variations
Color information
#F61E3F (or 0xF61E3F) is known color: Torch Red. HEX triplet: F6, 1E and 3F. RGB value is (246,30,63). Sum of RGB (Red+Green+Blue) = 246+30+63=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E3F is #09E1C0. Grayscale: #626262. Windows color (decimal): -647617 or 4136694. OLE color: 4136694.
HSL color Cylindrical-coordinate representation of color #F61E3F: hue angle of 350.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61E3F is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 63 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.04 |
| HSL | 350.83º | 0.92% | 0.54% | - |
| HSV(B) | 350.83º | 0.88% | 0.96% | - |
| XYZ | 39.37 | 20.88 | 6.66 | - |
| YUV | 98.35 | 108.06 | 233.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 63 | 0 | 0.88 | 0.74 | 0.04 | 350.83 | 0.92 | 0.54 |
| Hex | F6 | 1E | 3F | 0 | 58 | 4A | 4 | 15F | 5C | 36 |
| Octal | 366 | 36 | 77 | 0 | 130 | 112 | 4 | 537 | 134 | 66 |
| Binary | 11110110 | 11110 | 111111 | 0 | 1011000 | 1001010 | 100 | 101011111 | 1011100 | 110110 |
Color Harmonies of #F61E3F
Complementary color
Monochromatic Colors of #F61E3F
Black with #F61E3F
Text Example
Text Example
White with #F61E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E3F; }
p { color: rgb(246,30,63); }
H1.HeaderClassName
{
color: #F61E3F;
}
.AnyTagClassName
{
color: #F61E3F;
}
</style>
background-color css
<style>
a { background-color: #F61E3F; }
a { background-color: rgb(246,30,63); }
div.DivClassName
{
background-color: #F61E3F;
}
.BgClassName
{
background-color: #F61E3F;
}
</style>
border-color css
<style>
span { border-color: #F61E3F; }
span { border-color: rgb(246,30,63); }
td.TdClassName
{
border-color: #F61E3F;
}
.TagClassName
{
border-color: #F61E3F;
}
</style>