Shades of Torch Red #F61018
Tints of Torch Red #F61018
RGB
CMYK
RGB Variations
Color information
#F61018 (or 0xF61018) is known color: Torch Red. HEX triplet: F6, 10 and 18. RGB value is (246,16,24). Sum of RGB (Red+Green+Blue) = 246+16+24=286 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.01% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 246 - color contains mainly: red. Hex color #F61018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61018 is #09EFE7. Grayscale: #555555. Windows color (decimal): -651240 or 1577206. OLE color: 1577206.
HSL color Cylindrical-coordinate representation of color #F61018: hue angle of 357.91º 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 #F61018 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 24 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.04 |
| HSL | 357.91º | 0.93% | 0.51% | - |
| HSV(B) | 357.91º | 0.93% | 0.96% | - |
| XYZ | 38.36 | 20.03 | 2.71 | - |
| YUV | 85.68 | 93.2 | 242.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 24 | 0 | 0.93 | 0.90 | 0.04 | 357.91 | 0.93 | 0.51 |
| Hex | F6 | 10 | 18 | 0 | 5D | 5A | 4 | 166 | 5D | 33 |
| Octal | 366 | 20 | 30 | 0 | 135 | 132 | 4 | 546 | 135 | 63 |
| Binary | 11110110 | 10000 | 11000 | 0 | 1011101 | 1011010 | 100 | 101100110 | 1011101 | 110011 |
Color Harmonies of #F61018
Complementary color
Monochromatic Colors of #F61018
Black with #F61018
Text Example
Text Example
White with #F61018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61018; }
p { color: rgb(246,16,24); }
H1.HeaderClassName
{
color: #F61018;
}
.AnyTagClassName
{
color: #F61018;
}
</style>
background-color css
<style>
a { background-color: #F61018; }
a { background-color: rgb(246,16,24); }
div.DivClassName
{
background-color: #F61018;
}
.BgClassName
{
background-color: #F61018;
}
</style>
border-color css
<style>
span { border-color: #F61018; }
span { border-color: rgb(246,16,24); }
td.TdClassName
{
border-color: #F61018;
}
.TagClassName
{
border-color: #F61018;
}
</style>