Shades of Torch Red #F6033F
Tints of Torch Red #F6033F
RGB
CMYK
RGB Variations
Color information
#F6033F (or 0xF6033F) is known color: Torch Red. HEX triplet: F6, 03 and 3F. RGB value is (246,3,63). Sum of RGB (Red+Green+Blue) = 246+3+63=312 (41% of max value = 765). Red value is 246 (96.48% from 255 or 78.85% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 246 - color contains mainly: red. Hex color #F6033F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6033F is #09FCC0. Grayscale: #525252. Windows color (decimal): -654529 or 4129782. OLE color: 4129782.
HSL color Cylindrical-coordinate representation of color #F6033F: hue angle of 345.19º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6033F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 63 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.04 |
| HSL | 345.19º | 0.98% | 0.49% | - |
| HSV(B) | 345.19º | 0.99% | 0.96% | - |
| XYZ | 38.94 | 20.02 | 6.51 | - |
| YUV | 82.5 | 117.01 | 244.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 63 | 0 | 0.99 | 0.74 | 0.04 | 345.19 | 0.98 | 0.49 |
| Hex | F6 | 3 | 3F | 0 | 63 | 4A | 4 | 159 | 62 | 31 |
| Octal | 366 | 3 | 77 | 0 | 143 | 112 | 4 | 531 | 142 | 61 |
| Binary | 11110110 | 11 | 111111 | 0 | 1100011 | 1001010 | 100 | 101011001 | 1100010 | 110001 |
Color Harmonies of #F6033F
Complementary color
Monochromatic Colors of #F6033F
Black with #F6033F
Text Example
Text Example
White with #F6033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6033F; }
p { color: rgb(246,3,63); }
H1.HeaderClassName
{
color: #F6033F;
}
.AnyTagClassName
{
color: #F6033F;
}
</style>
background-color css
<style>
a { background-color: #F6033F; }
a { background-color: rgb(246,3,63); }
div.DivClassName
{
background-color: #F6033F;
}
.BgClassName
{
background-color: #F6033F;
}
</style>
border-color css
<style>
span { border-color: #F6033F; }
span { border-color: rgb(246,3,63); }
td.TdClassName
{
border-color: #F6033F;
}
.TagClassName
{
border-color: #F6033F;
}
</style>