Shades of Torch Red #F61837
Tints of Torch Red #F61837
RGB
CMYK
RGB Variations
Color information
#F61837 (or 0xF61837) is known color: Torch Red. HEX triplet: F6, 18 and 37. RGB value is (246,24,55). Sum of RGB (Red+Green+Blue) = 246+24+55=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 55 (21.88% from 255 or 16.92% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F61837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61837 is #09E7C8. Grayscale: #5E5E5E. Windows color (decimal): -649161 or 3610870. OLE color: 3610870.
HSL color Cylindrical-coordinate representation of color #F61837: hue angle of 351.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F61837 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 55 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.04 |
| HSL | 351.62º | 0.93% | 0.53% | - |
| HSV(B) | 351.62º | 0.9% | 0.96% | - |
| XYZ | 39.02 | 20.52 | 5.52 | - |
| YUV | 93.91 | 106.05 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 55 | 0 | 0.90 | 0.78 | 0.04 | 351.62 | 0.93 | 0.53 |
| Hex | F6 | 18 | 37 | 0 | 5A | 4E | 4 | 160 | 5C | 35 |
| Octal | 366 | 30 | 67 | 0 | 132 | 116 | 4 | 540 | 134 | 65 |
| Binary | 11110110 | 11000 | 110111 | 0 | 1011010 | 1001110 | 100 | 101100000 | 1011100 | 110101 |
Color Harmonies of #F61837
Complementary color
Monochromatic Colors of #F61837
Black with #F61837
Text Example
Text Example
White with #F61837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61837; }
p { color: rgb(246,24,55); }
H1.HeaderClassName
{
color: #F61837;
}
.AnyTagClassName
{
color: #F61837;
}
</style>
background-color css
<style>
a { background-color: #F61837; }
a { background-color: rgb(246,24,55); }
div.DivClassName
{
background-color: #F61837;
}
.BgClassName
{
background-color: #F61837;
}
</style>
border-color css
<style>
span { border-color: #F61837; }
span { border-color: rgb(246,24,55); }
td.TdClassName
{
border-color: #F61837;
}
.TagClassName
{
border-color: #F61837;
}
</style>