Shades of Torch Red #F61C3A
Tints of Torch Red #F61C3A
RGB
CMYK
RGB Variations
Color information
#F61C3A (or 0xF61C3A) is known color: Torch Red. HEX triplet: F6, 1C and 3A. RGB value is (246,28,58). Sum of RGB (Red+Green+Blue) = 246+28+58=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C3A is #09E3C5. Grayscale: #606060. Windows color (decimal): -648134 or 3808502. OLE color: 3808502.
HSL color Cylindrical-coordinate representation of color #F61C3A: hue angle of 351.74º 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 #F61C3A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 58 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.04 |
| HSL | 351.74º | 0.92% | 0.54% | - |
| HSV(B) | 351.74º | 0.89% | 0.96% | - |
| XYZ | 39.19 | 20.73 | 5.94 | - |
| YUV | 96.6 | 106.22 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 58 | 0 | 0.89 | 0.76 | 0.04 | 351.74 | 0.92 | 0.54 |
| Hex | F6 | 1C | 3A | 0 | 59 | 4C | 4 | 160 | 5C | 36 |
| Octal | 366 | 34 | 72 | 0 | 131 | 114 | 4 | 540 | 134 | 66 |
| Binary | 11110110 | 11100 | 111010 | 0 | 1011001 | 1001100 | 100 | 101100000 | 1011100 | 110110 |
Color Harmonies of #F61C3A
Complementary color
Monochromatic Colors of #F61C3A
Black with #F61C3A
Text Example
Text Example
White with #F61C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C3A; }
p { color: rgb(246,28,58); }
H1.HeaderClassName
{
color: #F61C3A;
}
.AnyTagClassName
{
color: #F61C3A;
}
</style>
background-color css
<style>
a { background-color: #F61C3A; }
a { background-color: rgb(246,28,58); }
div.DivClassName
{
background-color: #F61C3A;
}
.BgClassName
{
background-color: #F61C3A;
}
</style>
border-color css
<style>
span { border-color: #F61C3A; }
span { border-color: rgb(246,28,58); }
td.TdClassName
{
border-color: #F61C3A;
}
.TagClassName
{
border-color: #F61C3A;
}
</style>