Shades of Torch Red #F60D31
Tints of Torch Red #F60D31
RGB
CMYK
RGB Variations
Color information
#F60D31 (or 0xF60D31) is known color: Torch Red. HEX triplet: F6, 0D and 31. RGB value is (246,13,49). Sum of RGB (Red+Green+Blue) = 246+13+49=308 (40% of max value = 765). Red value is 246 (96.48% from 255 or 79.87% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D31 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D31 is #09F2CE. Grayscale: #565656. Windows color (decimal): -651983 or 3214838. OLE color: 3214838.
HSL color Cylindrical-coordinate representation of color #F60D31: hue angle of 350.73º 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 #F60D31 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 49 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.04 |
| HSL | 350.73º | 0.93% | 0.51% | - |
| HSV(B) | 350.73º | 0.95% | 0.96% | - |
| XYZ | 38.7 | 20.1 | 4.75 | - |
| YUV | 86.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 49 | 0 | 0.95 | 0.80 | 0.04 | 350.73 | 0.93 | 0.51 |
| Hex | F6 | D | 31 | 0 | 5F | 50 | 4 | 15F | 5D | 33 |
| Octal | 366 | 15 | 61 | 0 | 137 | 120 | 4 | 537 | 135 | 63 |
| Binary | 11110110 | 1101 | 110001 | 0 | 1011111 | 1010000 | 100 | 101011111 | 1011101 | 110011 |
Color Harmonies of #F60D31
Complementary color
Monochromatic Colors of #F60D31
Black with #F60D31
Text Example
Text Example
White with #F60D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D31; }
p { color: rgb(246,13,49); }
H1.HeaderClassName
{
color: #F60D31;
}
.AnyTagClassName
{
color: #F60D31;
}
</style>
background-color css
<style>
a { background-color: #F60D31; }
a { background-color: rgb(246,13,49); }
div.DivClassName
{
background-color: #F60D31;
}
.BgClassName
{
background-color: #F60D31;
}
</style>
border-color css
<style>
span { border-color: #F60D31; }
span { border-color: rgb(246,13,49); }
td.TdClassName
{
border-color: #F60D31;
}
.TagClassName
{
border-color: #F60D31;
}
</style>