Shades of Torch Red #F60D2D
Tints of Torch Red #F60D2D
RGB
CMYK
RGB Variations
Color information
#F60D2D (or 0xF60D2D) is known color: Torch Red. HEX triplet: F6, 0D and 2D. RGB value is (246,13,45). Sum of RGB (Red+Green+Blue) = 246+13+45=304 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.92% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D2D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60D2D is #09F2D2. Grayscale: #565656. Windows color (decimal): -651987 or 2952694. OLE color: 2952694.
HSL color Cylindrical-coordinate representation of color #F60D2D: hue angle of 351.76º 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 #F60D2D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 45 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.04 |
| HSL | 351.76º | 0.93% | 0.51% | - |
| HSV(B) | 351.76º | 0.95% | 0.96% | - |
| XYZ | 38.62 | 20.07 | 4.32 | - |
| YUV | 86.32 | 104.69 | 241.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 45 | 0 | 0.95 | 0.82 | 0.04 | 351.76 | 0.93 | 0.51 |
| Hex | F6 | D | 2D | 0 | 5F | 52 | 4 | 160 | 5D | 33 |
| Octal | 366 | 15 | 55 | 0 | 137 | 122 | 4 | 540 | 135 | 63 |
| Binary | 11110110 | 1101 | 101101 | 0 | 1011111 | 1010010 | 100 | 101100000 | 1011101 | 110011 |
Color Harmonies of #F60D2D
Complementary color
Monochromatic Colors of #F60D2D
Black with #F60D2D
Text Example
Text Example
White with #F60D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D2D; }
p { color: rgb(246,13,45); }
H1.HeaderClassName
{
color: #F60D2D;
}
.AnyTagClassName
{
color: #F60D2D;
}
</style>
background-color css
<style>
a { background-color: #F60D2D; }
a { background-color: rgb(246,13,45); }
div.DivClassName
{
background-color: #F60D2D;
}
.BgClassName
{
background-color: #F60D2D;
}
</style>
border-color css
<style>
span { border-color: #F60D2D; }
span { border-color: rgb(246,13,45); }
td.TdClassName
{
border-color: #F60D2D;
}
.TagClassName
{
border-color: #F60D2D;
}
</style>