Shades of Torch Red #F6151E
Tints of Torch Red #F6151E
RGB
CMYK
RGB Variations
Color information
#F6151E (or 0xF6151E) is known color: Torch Red. HEX triplet: F6, 15 and 1E. RGB value is (246,21,30). Sum of RGB (Red+Green+Blue) = 246+21+30=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6151E is #09EAE1. Grayscale: #595959. Windows color (decimal): -649954 or 1971702. OLE color: 1971702.
HSL color Cylindrical-coordinate representation of color #F6151E: hue angle of 357.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6151E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.04 |
| HSL | 357.6º | 0.93% | 0.52% | - |
| HSV(B) | 357.6º | 0.91% | 0.96% | - |
| XYZ | 38.51 | 20.22 | 3.1 | - |
| YUV | 89.3 | 94.54 | 239.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 30 | 0 | 0.91 | 0.88 | 0.04 | 357.6 | 0.93 | 0.52 |
| Hex | F6 | 15 | 1E | 0 | 5B | 58 | 4 | 166 | 5D | 34 |
| Octal | 366 | 25 | 36 | 0 | 133 | 130 | 4 | 546 | 135 | 64 |
| Binary | 11110110 | 10101 | 11110 | 0 | 1011011 | 1011000 | 100 | 101100110 | 1011101 | 110100 |
Color Harmonies of #F6151E
Complementary color
Monochromatic Colors of #F6151E
Black with #F6151E
Text Example
Text Example
White with #F6151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6151E; }
p { color: rgb(246,21,30); }
H1.HeaderClassName
{
color: #F6151E;
}
.AnyTagClassName
{
color: #F6151E;
}
</style>
background-color css
<style>
a { background-color: #F6151E; }
a { background-color: rgb(246,21,30); }
div.DivClassName
{
background-color: #F6151E;
}
.BgClassName
{
background-color: #F6151E;
}
</style>
border-color css
<style>
span { border-color: #F6151E; }
span { border-color: rgb(246,21,30); }
td.TdClassName
{
border-color: #F6151E;
}
.TagClassName
{
border-color: #F6151E;
}
</style>