Shades of Torch Red #F6112D
Tints of Torch Red #F6112D
RGB
CMYK
RGB Variations
Color information
#F6112D (or 0xF6112D) is known color: Torch Red. HEX triplet: F6, 11 and 2D. RGB value is (246,17,45). Sum of RGB (Red+Green+Blue) = 246+17+45=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F6112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6112D is #09EED2. Grayscale: #585858. Windows color (decimal): -650963 or 2953718. OLE color: 2953718.
HSL color Cylindrical-coordinate representation of color #F6112D: hue angle of 352.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6112D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.04 |
| HSL | 352.66º | 0.93% | 0.52% | - |
| HSV(B) | 352.66º | 0.93% | 0.96% | - |
| XYZ | 38.68 | 20.18 | 4.34 | - |
| YUV | 88.66 | 103.37 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 17 | 45 | 0 | 0.93 | 0.82 | 0.04 | 352.66 | 0.93 | 0.52 |
| Hex | F6 | 11 | 2D | 0 | 5D | 52 | 4 | 161 | 5D | 34 |
| Octal | 366 | 21 | 55 | 0 | 135 | 122 | 4 | 541 | 135 | 64 |
| Binary | 11110110 | 10001 | 101101 | 0 | 1011101 | 1010010 | 100 | 101100001 | 1011101 | 110100 |
Color Harmonies of #F6112D
Complementary color
Monochromatic Colors of #F6112D
Black with #F6112D
Text Example
Text Example
White with #F6112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6112D; }
p { color: rgb(246,17,45); }
H1.HeaderClassName
{
color: #F6112D;
}
.AnyTagClassName
{
color: #F6112D;
}
</style>
background-color css
<style>
a { background-color: #F6112D; }
a { background-color: rgb(246,17,45); }
div.DivClassName
{
background-color: #F6112D;
}
.BgClassName
{
background-color: #F6112D;
}
</style>
border-color css
<style>
span { border-color: #F6112D; }
span { border-color: rgb(246,17,45); }
td.TdClassName
{
border-color: #F6112D;
}
.TagClassName
{
border-color: #F6112D;
}
</style>