Shades of Torch Red #F61023
Tints of Torch Red #F61023
RGB
CMYK
RGB Variations
Color information
#F61023 (or 0xF61023) is known color: Torch Red. HEX triplet: F6, 10 and 23. RGB value is (246,16,35). Sum of RGB (Red+Green+Blue) = 246+16+35=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F61023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F61023 is #09EFDC. Grayscale: #575757. Windows color (decimal): -651229 or 2298102. OLE color: 2298102.
HSL color Cylindrical-coordinate representation of color #F61023: hue angle of 355.04º 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 #F61023 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.04 |
| HSL | 355.04º | 0.93% | 0.51% | - |
| HSV(B) | 355.04º | 0.93% | 0.96% | - |
| XYZ | 38.49 | 20.08 | 3.44 | - |
| YUV | 86.94 | 98.7 | 241.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 35 | 0 | 0.93 | 0.86 | 0.04 | 355.04 | 0.93 | 0.51 |
| Hex | F6 | 10 | 23 | 0 | 5D | 56 | 4 | 163 | 5D | 33 |
| Octal | 366 | 20 | 43 | 0 | 135 | 126 | 4 | 543 | 135 | 63 |
| Binary | 11110110 | 10000 | 100011 | 0 | 1011101 | 1010110 | 100 | 101100011 | 1011101 | 110011 |
Color Harmonies of #F61023
Complementary color
Monochromatic Colors of #F61023
Black with #F61023
Text Example
Text Example
White with #F61023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61023; }
p { color: rgb(246,16,35); }
H1.HeaderClassName
{
color: #F61023;
}
.AnyTagClassName
{
color: #F61023;
}
</style>
background-color css
<style>
a { background-color: #F61023; }
a { background-color: rgb(246,16,35); }
div.DivClassName
{
background-color: #F61023;
}
.BgClassName
{
background-color: #F61023;
}
</style>
border-color css
<style>
span { border-color: #F61023; }
span { border-color: rgb(246,16,35); }
td.TdClassName
{
border-color: #F61023;
}
.TagClassName
{
border-color: #F61023;
}
</style>