Shades of Torch Red #F61E3A
Tints of Torch Red #F61E3A
RGB
CMYK
RGB Variations
Color information
#F61E3A (or 0xF61E3A) is known color: Torch Red. HEX triplet: F6, 1E and 3A. RGB value is (246,30,58). Sum of RGB (Red+Green+Blue) = 246+30+58=334 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.65% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61E3A is #09E1C5. Grayscale: #616161. Windows color (decimal): -647622 or 3809014. OLE color: 3809014.
HSL color Cylindrical-coordinate representation of color #F61E3A: hue angle of 352.22º 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 #F61E3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.04 |
| HSL | 352.22º | 0.92% | 0.54% | - |
| HSV(B) | 352.22º | 0.88% | 0.96% | - |
| XYZ | 39.23 | 20.83 | 5.96 | - |
| YUV | 97.78 | 105.56 | 233.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 58 | 0 | 0.88 | 0.76 | 0.04 | 352.22 | 0.92 | 0.54 |
| Hex | F6 | 1E | 3A | 0 | 58 | 4C | 4 | 160 | 5C | 36 |
| Octal | 366 | 36 | 72 | 0 | 130 | 114 | 4 | 540 | 134 | 66 |
| Binary | 11110110 | 11110 | 111010 | 0 | 1011000 | 1001100 | 100 | 101100000 | 1011100 | 110110 |
Color Harmonies of #F61E3A
Complementary color
Monochromatic Colors of #F61E3A
Black with #F61E3A
Text Example
Text Example
White with #F61E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E3A; }
p { color: rgb(246,30,58); }
H1.HeaderClassName
{
color: #F61E3A;
}
.AnyTagClassName
{
color: #F61E3A;
}
</style>
background-color css
<style>
a { background-color: #F61E3A; }
a { background-color: rgb(246,30,58); }
div.DivClassName
{
background-color: #F61E3A;
}
.BgClassName
{
background-color: #F61E3A;
}
</style>
border-color css
<style>
span { border-color: #F61E3A; }
span { border-color: rgb(246,30,58); }
td.TdClassName
{
border-color: #F61E3A;
}
.TagClassName
{
border-color: #F61E3A;
}
</style>