Shades of Torch Red #F6003D
Tints of Torch Red #F6003D
RGB
CMYK
RGB Variations
Color information
#F6003D (or 0xF6003D) is known color: Torch Red. HEX triplet: F6, 00 and 3D. RGB value is (246,0,61). Sum of RGB (Red+Green+Blue) = 246+0+61=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F6003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6003D is #09FFC2. Grayscale: #505050. Windows color (decimal): -655299 or 3997942. OLE color: 3997942.
HSL color Cylindrical-coordinate representation of color #F6003D: hue angle of 345.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6003D is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.75 | 0.04 |
| HSL | 345.12º | 1% | 0.48% | - |
| HSV(B) | 345.12º | 1% | 0.96% | - |
| XYZ | 38.85 | 19.93 | 6.21 | - |
| YUV | 80.51 | 117 | 246.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 61 | 0 | 1 | 0.75 | 0.04 | 345.12 | 1 | 0.48 |
| Hex | F6 | 0 | 3D | 0 | 64 | 4B | 4 | 159 | 64 | 30 |
| Octal | 366 | 0 | 75 | 0 | 144 | 113 | 4 | 531 | 144 | 60 |
| Binary | 11110110 | 0 | 111101 | 0 | 1100100 | 1001011 | 100 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F6003D
Complementary color
Monochromatic Colors of #F6003D
Black with #F6003D
Text Example
Text Example
White with #F6003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6003D; }
p { color: rgb(246,0,61); }
H1.HeaderClassName
{
color: #F6003D;
}
.AnyTagClassName
{
color: #F6003D;
}
</style>
background-color css
<style>
a { background-color: #F6003D; }
a { background-color: rgb(246,0,61); }
div.DivClassName
{
background-color: #F6003D;
}
.BgClassName
{
background-color: #F6003D;
}
</style>
border-color css
<style>
span { border-color: #F6003D; }
span { border-color: rgb(246,0,61); }
td.TdClassName
{
border-color: #F6003D;
}
.TagClassName
{
border-color: #F6003D;
}
</style>