Shades of Torch Red #F6183E
Tints of Torch Red #F6183E
RGB
CMYK
RGB Variations
Color information
#F6183E (or 0xF6183E) is known color: Torch Red. HEX triplet: F6, 18 and 3E. RGB value is (246,24,62). Sum of RGB (Red+Green+Blue) = 246+24+62=332 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.10% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 246 - color contains mainly: red. Hex color #F6183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6183E is #09E7C1. Grayscale: #5E5E5E. Windows color (decimal): -649154 or 4069622. OLE color: 4069622.
HSL color Cylindrical-coordinate representation of color #F6183E: hue angle of 349.73º 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 #F6183E is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.04 |
| HSL | 349.73º | 0.93% | 0.53% | - |
| HSV(B) | 349.73º | 0.9% | 0.96% | - |
| XYZ | 39.2 | 20.59 | 6.47 | - |
| YUV | 94.71 | 109.55 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 62 | 0 | 0.90 | 0.75 | 0.04 | 349.73 | 0.93 | 0.53 |
| Hex | F6 | 18 | 3E | 0 | 5A | 4B | 4 | 15E | 5C | 35 |
| Octal | 366 | 30 | 76 | 0 | 132 | 113 | 4 | 536 | 134 | 65 |
| Binary | 11110110 | 11000 | 111110 | 0 | 1011010 | 1001011 | 100 | 101011110 | 1011100 | 110101 |
Color Harmonies of #F6183E
Complementary color
Monochromatic Colors of #F6183E
Black with #F6183E
Text Example
Text Example
White with #F6183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6183E; }
p { color: rgb(246,24,62); }
H1.HeaderClassName
{
color: #F6183E;
}
.AnyTagClassName
{
color: #F6183E;
}
</style>
background-color css
<style>
a { background-color: #F6183E; }
a { background-color: rgb(246,24,62); }
div.DivClassName
{
background-color: #F6183E;
}
.BgClassName
{
background-color: #F6183E;
}
</style>
border-color css
<style>
span { border-color: #F6183E; }
span { border-color: rgb(246,24,62); }
td.TdClassName
{
border-color: #F6183E;
}
.TagClassName
{
border-color: #F6183E;
}
</style>