Shades of Torch Red #F1063E
Tints of Torch Red #F1063E
RGB
CMYK
RGB Variations
Color information
#F1063E (or 0xF1063E) is known color: Torch Red. HEX triplet: F1, 06 and 3E. RGB value is (241,6,62). Sum of RGB (Red+Green+Blue) = 241+6+62=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1063E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1063E is #0EF9C1. Grayscale: #525252. Windows color (decimal): -981442 or 4065009. OLE color: 4065009.
HSL color Cylindrical-coordinate representation of color #F1063E: hue angle of 345.7º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F1063E is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 62 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.05 |
| HSL | 345.7º | 0.95% | 0.48% | - |
| HSV(B) | 345.7º | 0.98% | 0.95% | - |
| XYZ | 37.21 | 19.18 | 6.3 | - |
| YUV | 82.65 | 116.36 | 240.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 62 | 0 | 0.98 | 0.74 | 0.05 | 345.7 | 0.95 | 0.48 |
| Hex | F1 | 6 | 3E | 0 | 62 | 4A | 5 | 15A | 5F | 30 |
| Octal | 361 | 6 | 76 | 0 | 142 | 112 | 5 | 532 | 137 | 60 |
| Binary | 11110001 | 110 | 111110 | 0 | 1100010 | 1001010 | 101 | 101011010 | 1011111 | 110000 |
Color Harmonies of #F1063E
Complementary color
Monochromatic Colors of #F1063E
Black with #F1063E
Text Example
Text Example
White with #F1063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1063E; }
p { color: rgb(241,6,62); }
H1.HeaderClassName
{
color: #F1063E;
}
.AnyTagClassName
{
color: #F1063E;
}
</style>
background-color css
<style>
a { background-color: #F1063E; }
a { background-color: rgb(241,6,62); }
div.DivClassName
{
background-color: #F1063E;
}
.BgClassName
{
background-color: #F1063E;
}
</style>
border-color css
<style>
span { border-color: #F1063E; }
span { border-color: rgb(241,6,62); }
td.TdClassName
{
border-color: #F1063E;
}
.TagClassName
{
border-color: #F1063E;
}
</style>