Shades of Torch Red #F60D33
Tints of Torch Red #F60D33
RGB
CMYK
RGB Variations
Color information
#F60D33 (or 0xF60D33) is known color: Torch Red. HEX triplet: F6, 0D and 33. RGB value is (246,13,51). Sum of RGB (Red+Green+Blue) = 246+13+51=310 (41% of max value = 765). Red value is 246 (96.48% from 255 or 79.35% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D33 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D33 is #09F2CC. Grayscale: #575757. Windows color (decimal): -651981 or 3345910. OLE color: 3345910.
HSL color Cylindrical-coordinate representation of color #F60D33: hue angle of 350.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60D33 is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 51 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.04 |
| HSL | 350.21º | 0.93% | 0.51% | - |
| HSV(B) | 350.21º | 0.95% | 0.96% | - |
| XYZ | 38.75 | 20.12 | 4.97 | - |
| YUV | 87 | 107.69 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 51 | 0 | 0.95 | 0.79 | 0.04 | 350.21 | 0.93 | 0.51 |
| Hex | F6 | D | 33 | 0 | 5F | 4F | 4 | 15E | 5D | 33 |
| Octal | 366 | 15 | 63 | 0 | 137 | 117 | 4 | 536 | 135 | 63 |
| Binary | 11110110 | 1101 | 110011 | 0 | 1011111 | 1001111 | 100 | 101011110 | 1011101 | 110011 |
Color Harmonies of #F60D33
Complementary color
Monochromatic Colors of #F60D33
Black with #F60D33
Text Example
Text Example
White with #F60D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D33; }
p { color: rgb(246,13,51); }
H1.HeaderClassName
{
color: #F60D33;
}
.AnyTagClassName
{
color: #F60D33;
}
</style>
background-color css
<style>
a { background-color: #F60D33; }
a { background-color: rgb(246,13,51); }
div.DivClassName
{
background-color: #F60D33;
}
.BgClassName
{
background-color: #F60D33;
}
</style>
border-color css
<style>
span { border-color: #F60D33; }
span { border-color: rgb(246,13,51); }
td.TdClassName
{
border-color: #F60D33;
}
.TagClassName
{
border-color: #F60D33;
}
</style>