Shades of Torch Red #F60339
Tints of Torch Red #F60339
RGB
CMYK
RGB Variations
Color information
#F60339 (or 0xF60339) is known color: Torch Red. HEX triplet: F6, 03 and 39. RGB value is (246,3,57). Sum of RGB (Red+Green+Blue) = 246+3+57=306 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.39% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 246 - color contains mainly: red. Hex color #F60339 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60339 is #09FCC6. Grayscale: #515151. Windows color (decimal): -654535 or 3736566. OLE color: 3736566.
HSL color Cylindrical-coordinate representation of color #F60339: hue angle of 346.67º 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 #F60339 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 57 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.04 |
| HSL | 346.67º | 0.98% | 0.49% | - |
| HSV(B) | 346.67º | 0.99% | 0.96% | - |
| XYZ | 38.78 | 19.95 | 5.68 | - |
| YUV | 81.81 | 114.01 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 57 | 0 | 0.99 | 0.77 | 0.04 | 346.67 | 0.98 | 0.49 |
| Hex | F6 | 3 | 39 | 0 | 63 | 4D | 4 | 15B | 62 | 31 |
| Octal | 366 | 3 | 71 | 0 | 143 | 115 | 4 | 533 | 142 | 61 |
| Binary | 11110110 | 11 | 111001 | 0 | 1100011 | 1001101 | 100 | 101011011 | 1100010 | 110001 |
Color Harmonies of #F60339
Complementary color
Monochromatic Colors of #F60339
Black with #F60339
Text Example
Text Example
White with #F60339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60339; }
p { color: rgb(246,3,57); }
H1.HeaderClassName
{
color: #F60339;
}
.AnyTagClassName
{
color: #F60339;
}
</style>
background-color css
<style>
a { background-color: #F60339; }
a { background-color: rgb(246,3,57); }
div.DivClassName
{
background-color: #F60339;
}
.BgClassName
{
background-color: #F60339;
}
</style>
border-color css
<style>
span { border-color: #F60339; }
span { border-color: rgb(246,3,57); }
td.TdClassName
{
border-color: #F60339;
}
.TagClassName
{
border-color: #F60339;
}
</style>