Shades of Torch Red #F6183F
Tints of Torch Red #F6183F
RGB
CMYK
RGB Variations
Color information
#F6183F (or 0xF6183F) is known color: Torch Red. HEX triplet: F6, 18 and 3F. RGB value is (246,24,63). Sum of RGB (Red+Green+Blue) = 246+24+63=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F6183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6183F is #09E7C0. Grayscale: #5E5E5E. Windows color (decimal): -649153 or 4135158. OLE color: 4135158.
HSL color Cylindrical-coordinate representation of color #F6183F: hue angle of 349.46º 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 #F6183F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 63 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.04 |
| HSL | 349.46º | 0.93% | 0.53% | - |
| HSV(B) | 349.46º | 0.9% | 0.96% | - |
| XYZ | 39.23 | 20.6 | 6.61 | - |
| YUV | 94.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 63 | 0 | 0.90 | 0.74 | 0.04 | 349.46 | 0.93 | 0.53 |
| Hex | F6 | 18 | 3F | 0 | 5A | 4A | 4 | 15D | 5C | 35 |
| Octal | 366 | 30 | 77 | 0 | 132 | 112 | 4 | 535 | 134 | 65 |
| Binary | 11110110 | 11000 | 111111 | 0 | 1011010 | 1001010 | 100 | 101011101 | 1011100 | 110101 |
Color Harmonies of #F6183F
Complementary color
Monochromatic Colors of #F6183F
Black with #F6183F
Text Example
Text Example
White with #F6183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6183F; }
p { color: rgb(246,24,63); }
H1.HeaderClassName
{
color: #F6183F;
}
.AnyTagClassName
{
color: #F6183F;
}
</style>
background-color css
<style>
a { background-color: #F6183F; }
a { background-color: rgb(246,24,63); }
div.DivClassName
{
background-color: #F6183F;
}
.BgClassName
{
background-color: #F6183F;
}
</style>
border-color css
<style>
span { border-color: #F6183F; }
span { border-color: rgb(246,24,63); }
td.TdClassName
{
border-color: #F6183F;
}
.TagClassName
{
border-color: #F6183F;
}
</style>