Shades of Torch Red #F60027
Tints of Torch Red #F60027
RGB
CMYK
RGB Variations
Color information
#F60027 (or 0xF60027) is known color: Torch Red. HEX triplet: F6, 00 and 27. RGB value is (246,0,39). Sum of RGB (Red+Green+Blue) = 246+0+39=285 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.32% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 246 - color contains mainly: red. Hex color #F60027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60027 is #09FFD8. Grayscale: #4E4E4E. Windows color (decimal): -655321 or 2556150. OLE color: 2556150.
HSL color Cylindrical-coordinate representation of color #F60027: hue angle of 350.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F60027 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.84 | 0.04 |
| HSL | 350.49º | 1% | 0.48% | - |
| HSV(B) | 350.49º | 1% | 0.96% | - |
| XYZ | 38.37 | 19.74 | 3.71 | - |
| YUV | 78 | 106 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 39 | 0 | 1 | 0.84 | 0.04 | 350.49 | 1 | 0.48 |
| Hex | F6 | 0 | 27 | 0 | 64 | 54 | 4 | 15E | 64 | 30 |
| Octal | 366 | 0 | 47 | 0 | 144 | 124 | 4 | 536 | 144 | 60 |
| Binary | 11110110 | 0 | 100111 | 0 | 1100100 | 1010100 | 100 | 101011110 | 1100100 | 110000 |
Color Harmonies of #F60027
Complementary color
Monochromatic Colors of #F60027
Black with #F60027
Text Example
Text Example
White with #F60027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60027; }
p { color: rgb(246,0,39); }
H1.HeaderClassName
{
color: #F60027;
}
.AnyTagClassName
{
color: #F60027;
}
</style>
background-color css
<style>
a { background-color: #F60027; }
a { background-color: rgb(246,0,39); }
div.DivClassName
{
background-color: #F60027;
}
.BgClassName
{
background-color: #F60027;
}
</style>
border-color css
<style>
span { border-color: #F60027; }
span { border-color: rgb(246,0,39); }
td.TdClassName
{
border-color: #F60027;
}
.TagClassName
{
border-color: #F60027;
}
</style>