Shades of Torch Red #F60624
Tints of Torch Red #F60624
RGB
CMYK
RGB Variations
Color information
#F60624 (or 0xF60624) is known color: Torch Red. HEX triplet: F6, 06 and 24. RGB value is (246,6,36). Sum of RGB (Red+Green+Blue) = 246+6+36=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F60624 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60624 is #09F9DB. Grayscale: #515151. Windows color (decimal): -653788 or 2361078. OLE color: 2361078.
HSL color Cylindrical-coordinate representation of color #F60624: hue angle of 352.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60624 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 36 | - |
| CMYK | 0 | 0.98 | 0.85 | 0.04 |
| HSL | 352.5º | 0.95% | 0.49% | - |
| HSV(B) | 352.5º | 0.98% | 0.96% | - |
| XYZ | 38.39 | 19.85 | 3.48 | - |
| YUV | 81.18 | 102.51 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 36 | 0 | 0.98 | 0.85 | 0.04 | 352.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | 24 | 0 | 62 | 55 | 4 | 160 | 5F | 31 |
| Octal | 366 | 6 | 44 | 0 | 142 | 125 | 4 | 540 | 137 | 61 |
| Binary | 11110110 | 110 | 100100 | 0 | 1100010 | 1010101 | 100 | 101100000 | 1011111 | 110001 |
Color Harmonies of #F60624
Complementary color
Monochromatic Colors of #F60624
Black with #F60624
Text Example
Text Example
White with #F60624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60624; }
p { color: rgb(246,6,36); }
H1.HeaderClassName
{
color: #F60624;
}
.AnyTagClassName
{
color: #F60624;
}
</style>
background-color css
<style>
a { background-color: #F60624; }
a { background-color: rgb(246,6,36); }
div.DivClassName
{
background-color: #F60624;
}
.BgClassName
{
background-color: #F60624;
}
</style>
border-color css
<style>
span { border-color: #F60624; }
span { border-color: rgb(246,6,36); }
td.TdClassName
{
border-color: #F60624;
}
.TagClassName
{
border-color: #F60624;
}
</style>