Shades of Torch Red #F60C30
Tints of Torch Red #F60C30
RGB
CMYK
RGB Variations
Color information
#F60C30 (or 0xF60C30) is known color: Torch Red. HEX triplet: F6, 0C and 30. RGB value is (246,12,48). Sum of RGB (Red+Green+Blue) = 246+12+48=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60C30 is #09F3CF. Grayscale: #565656. Windows color (decimal): -652240 or 3149046. OLE color: 3149046.
HSL color Cylindrical-coordinate representation of color #F60C30: hue angle of 350.77º 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 #F60C30 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 48 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.04 |
| HSL | 350.77º | 0.93% | 0.51% | - |
| HSV(B) | 350.77º | 0.95% | 0.96% | - |
| XYZ | 38.67 | 20.07 | 4.63 | - |
| YUV | 86.07 | 106.52 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 48 | 0 | 0.95 | 0.80 | 0.04 | 350.77 | 0.93 | 0.51 |
| Hex | F6 | C | 30 | 0 | 5F | 50 | 4 | 15F | 5D | 33 |
| Octal | 366 | 14 | 60 | 0 | 137 | 120 | 4 | 537 | 135 | 63 |
| Binary | 11110110 | 1100 | 110000 | 0 | 1011111 | 1010000 | 100 | 101011111 | 1011101 | 110011 |
Color Harmonies of #F60C30
Complementary color
Monochromatic Colors of #F60C30
Black with #F60C30
Text Example
Text Example
White with #F60C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C30; }
p { color: rgb(246,12,48); }
H1.HeaderClassName
{
color: #F60C30;
}
.AnyTagClassName
{
color: #F60C30;
}
</style>
background-color css
<style>
a { background-color: #F60C30; }
a { background-color: rgb(246,12,48); }
div.DivClassName
{
background-color: #F60C30;
}
.BgClassName
{
background-color: #F60C30;
}
</style>
border-color css
<style>
span { border-color: #F60C30; }
span { border-color: rgb(246,12,48); }
td.TdClassName
{
border-color: #F60C30;
}
.TagClassName
{
border-color: #F60C30;
}
</style>