Shades of Torch Red #F6183C
Tints of Torch Red #F6183C
RGB
CMYK
RGB Variations
Color information
#F6183C (or 0xF6183C) is known color: Torch Red. HEX triplet: F6, 18 and 3C. RGB value is (246,24,60). Sum of RGB (Red+Green+Blue) = 246+24+60=330 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.55% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 246 - color contains mainly: red. Hex color #F6183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6183C is #09E7C3. Grayscale: #5E5E5E. Windows color (decimal): -649156 or 3938550. OLE color: 3938550.
HSL color Cylindrical-coordinate representation of color #F6183C: hue angle of 350.27º 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 #F6183C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.04 |
| HSL | 350.27º | 0.93% | 0.53% | - |
| HSV(B) | 350.27º | 0.9% | 0.96% | - |
| XYZ | 39.15 | 20.57 | 6.18 | - |
| YUV | 94.48 | 108.55 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 60 | 0 | 0.90 | 0.76 | 0.04 | 350.27 | 0.93 | 0.53 |
| Hex | F6 | 18 | 3C | 0 | 5A | 4C | 4 | 15E | 5C | 35 |
| Octal | 366 | 30 | 74 | 0 | 132 | 114 | 4 | 536 | 134 | 65 |
| Binary | 11110110 | 11000 | 111100 | 0 | 1011010 | 1001100 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F6183C
Complementary color
Monochromatic Colors of #F6183C
Black with #F6183C
Text Example
Text Example
White with #F6183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6183C; }
p { color: rgb(246,24,60); }
H1.HeaderClassName
{
color: #F6183C;
}
.AnyTagClassName
{
color: #F6183C;
}
</style>
background-color css
<style>
a { background-color: #F6183C; }
a { background-color: rgb(246,24,60); }
div.DivClassName
{
background-color: #F6183C;
}
.BgClassName
{
background-color: #F6183C;
}
</style>
border-color css
<style>
span { border-color: #F6183C; }
span { border-color: rgb(246,24,60); }
td.TdClassName
{
border-color: #F6183C;
}
.TagClassName
{
border-color: #F6183C;
}
</style>