Shades of Torch Red #F61D3A
Tints of Torch Red #F61D3A
RGB
CMYK
RGB Variations
Color information
#F61D3A (or 0xF61D3A) is known color: Torch Red. HEX triplet: F6, 1D and 3A. RGB value is (246,29,58). Sum of RGB (Red+Green+Blue) = 246+29+58=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61D3A is #09E2C5. Grayscale: #616161. Windows color (decimal): -647878 or 3808758. OLE color: 3808758.
HSL color Cylindrical-coordinate representation of color #F61D3A: hue angle of 351.98º 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 #F61D3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.04 |
| HSL | 351.98º | 0.92% | 0.54% | - |
| HSV(B) | 351.98º | 0.88% | 0.96% | - |
| XYZ | 39.21 | 20.78 | 5.95 | - |
| YUV | 97.19 | 105.89 | 234.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 58 | 0 | 0.88 | 0.76 | 0.04 | 351.98 | 0.92 | 0.54 |
| Hex | F6 | 1D | 3A | 0 | 58 | 4C | 4 | 160 | 5C | 36 |
| Octal | 366 | 35 | 72 | 0 | 130 | 114 | 4 | 540 | 134 | 66 |
| Binary | 11110110 | 11101 | 111010 | 0 | 1011000 | 1001100 | 100 | 101100000 | 1011100 | 110110 |
Color Harmonies of #F61D3A
Complementary color
Monochromatic Colors of #F61D3A
Black with #F61D3A
Text Example
Text Example
White with #F61D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D3A; }
p { color: rgb(246,29,58); }
H1.HeaderClassName
{
color: #F61D3A;
}
.AnyTagClassName
{
color: #F61D3A;
}
</style>
background-color css
<style>
a { background-color: #F61D3A; }
a { background-color: rgb(246,29,58); }
div.DivClassName
{
background-color: #F61D3A;
}
.BgClassName
{
background-color: #F61D3A;
}
</style>
border-color css
<style>
span { border-color: #F61D3A; }
span { border-color: rgb(246,29,58); }
td.TdClassName
{
border-color: #F61D3A;
}
.TagClassName
{
border-color: #F61D3A;
}
</style>