Shades of Torch Red #F61027
Tints of Torch Red #F61027
RGB
CMYK
RGB Variations
Color information
#F61027 (or 0xF61027) is known color: Torch Red. HEX triplet: F6, 10 and 27. RGB value is (246,16,39). Sum of RGB (Red+Green+Blue) = 246+16+39=301 (39% of max value = 765). Red value is 246 (96.48% from 255 or 81.73% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 246 - color contains mainly: red. Hex color #F61027 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61027 is #09EFD8. Grayscale: #575757. Windows color (decimal): -651225 or 2560246. OLE color: 2560246.
HSL color Cylindrical-coordinate representation of color #F61027: hue angle of 354º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F61027 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.04 |
| HSL | 354º | 0.93% | 0.51% | - |
| HSV(B) | 354º | 0.93% | 0.96% | - |
| XYZ | 38.56 | 20.11 | 3.77 | - |
| YUV | 87.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 39 | 0 | 0.93 | 0.84 | 0.04 | 354 | 0.93 | 0.51 |
| Hex | F6 | 10 | 27 | 0 | 5D | 54 | 4 | 162 | 5D | 33 |
| Octal | 366 | 20 | 47 | 0 | 135 | 124 | 4 | 542 | 135 | 63 |
| Binary | 11110110 | 10000 | 100111 | 0 | 1011101 | 1010100 | 100 | 101100010 | 1011101 | 110011 |
Color Harmonies of #F61027
Complementary color
Monochromatic Colors of #F61027
Black with #F61027
Text Example
Text Example
White with #F61027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61027; }
p { color: rgb(246,16,39); }
H1.HeaderClassName
{
color: #F61027;
}
.AnyTagClassName
{
color: #F61027;
}
</style>
background-color css
<style>
a { background-color: #F61027; }
a { background-color: rgb(246,16,39); }
div.DivClassName
{
background-color: #F61027;
}
.BgClassName
{
background-color: #F61027;
}
</style>
border-color css
<style>
span { border-color: #F61027; }
span { border-color: rgb(246,16,39); }
td.TdClassName
{
border-color: #F61027;
}
.TagClassName
{
border-color: #F61027;
}
</style>