Shades of Torch Red #F61A3A
Tints of Torch Red #F61A3A
RGB
CMYK
RGB Variations
Color information
#F61A3A (or 0xF61A3A) is known color: Torch Red. HEX triplet: F6, 1A and 3A. RGB value is (246,26,58). Sum of RGB (Red+Green+Blue) = 246+26+58=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F61A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61A3A is #09E5C5. Grayscale: #5F5F5F. Windows color (decimal): -648646 or 3807990. OLE color: 3807990.
HSL color Cylindrical-coordinate representation of color #F61A3A: hue angle of 351.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61A3A is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 58 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.04 |
| HSL | 351.27º | 0.92% | 0.53% | - |
| HSV(B) | 351.27º | 0.89% | 0.96% | - |
| XYZ | 39.14 | 20.64 | 5.92 | - |
| YUV | 95.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 58 | 0 | 0.89 | 0.76 | 0.04 | 351.27 | 0.92 | 0.53 |
| Hex | F6 | 1A | 3A | 0 | 59 | 4C | 4 | 15F | 5C | 35 |
| Octal | 366 | 32 | 72 | 0 | 131 | 114 | 4 | 537 | 134 | 65 |
| Binary | 11110110 | 11010 | 111010 | 0 | 1011001 | 1001100 | 100 | 101011111 | 1011100 | 110101 |
Color Harmonies of #F61A3A
Complementary color
Monochromatic Colors of #F61A3A
Black with #F61A3A
Text Example
Text Example
White with #F61A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61A3A; }
p { color: rgb(246,26,58); }
H1.HeaderClassName
{
color: #F61A3A;
}
.AnyTagClassName
{
color: #F61A3A;
}
</style>
background-color css
<style>
a { background-color: #F61A3A; }
a { background-color: rgb(246,26,58); }
div.DivClassName
{
background-color: #F61A3A;
}
.BgClassName
{
background-color: #F61A3A;
}
</style>
border-color css
<style>
span { border-color: #F61A3A; }
span { border-color: rgb(246,26,58); }
td.TdClassName
{
border-color: #F61A3A;
}
.TagClassName
{
border-color: #F61A3A;
}
</style>