Shades of Torch Red #F61C23
Tints of Torch Red #F61C23
RGB
CMYK
RGB Variations
Color information
#F61C23 (or 0xF61C23) is known color: Torch Red. HEX triplet: F6, 1C and 23. RGB value is (246,28,35). Sum of RGB (Red+Green+Blue) = 246+28+35=309 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.61% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F61C23 is #09E3DC. Grayscale: #5E5E5E. Windows color (decimal): -648157 or 2301174. OLE color: 2301174.
HSL color Cylindrical-coordinate representation of color #F61C23: hue angle of 358.07º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.04 |
| HSL | 358.07º | 0.92% | 0.54% | - |
| HSV(B) | 358.07º | 0.89% | 0.96% | - |
| XYZ | 38.72 | 20.54 | 3.51 | - |
| YUV | 93.98 | 94.72 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 35 | 0 | 0.89 | 0.86 | 0.04 | 358.07 | 0.92 | 0.54 |
| Hex | F6 | 1C | 23 | 0 | 59 | 56 | 4 | 166 | 5C | 36 |
| Octal | 366 | 34 | 43 | 0 | 131 | 126 | 4 | 546 | 134 | 66 |
| Binary | 11110110 | 11100 | 100011 | 0 | 1011001 | 1010110 | 100 | 101100110 | 1011100 | 110110 |
Color Harmonies of #F61C23
Complementary color
Monochromatic Colors of #F61C23
Black with #F61C23
Text Example
Text Example
White with #F61C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C23; }
p { color: rgb(246,28,35); }
H1.HeaderClassName
{
color: #F61C23;
}
.AnyTagClassName
{
color: #F61C23;
}
</style>
background-color css
<style>
a { background-color: #F61C23; }
a { background-color: rgb(246,28,35); }
div.DivClassName
{
background-color: #F61C23;
}
.BgClassName
{
background-color: #F61C23;
}
</style>
border-color css
<style>
span { border-color: #F61C23; }
span { border-color: rgb(246,28,35); }
td.TdClassName
{
border-color: #F61C23;
}
.TagClassName
{
border-color: #F61C23;
}
</style>