Shades of Torch Red #F1063D
Tints of Torch Red #F1063D
RGB
CMYK
RGB Variations
Color information
#F1063D (or 0xF1063D) is known color: Torch Red. HEX triplet: F1, 06 and 3D. RGB value is (241,6,61). Sum of RGB (Red+Green+Blue) = 241+6+61=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1063D is #0EF9C2. Grayscale: #525252. Windows color (decimal): -981443 or 3999473. OLE color: 3999473.
HSL color Cylindrical-coordinate representation of color #F1063D: hue angle of 345.96º 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 #F1063D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.05 |
| HSL | 345.96º | 0.95% | 0.48% | - |
| HSV(B) | 345.96º | 0.98% | 0.95% | - |
| XYZ | 37.18 | 19.17 | 6.15 | - |
| YUV | 82.54 | 115.86 | 241.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 6 | 61 | 0 | 0.98 | 0.75 | 0.05 | 345.96 | 0.95 | 0.48 |
| Hex | F1 | 6 | 3D | 0 | 62 | 4B | 5 | 15A | 5F | 30 |
| Octal | 361 | 6 | 75 | 0 | 142 | 113 | 5 | 532 | 137 | 60 |
| Binary | 11110001 | 110 | 111101 | 0 | 1100010 | 1001011 | 101 | 101011010 | 1011111 | 110000 |
Color Harmonies of #F1063D
Complementary color
Monochromatic Colors of #F1063D
Black with #F1063D
Text Example
Text Example
White with #F1063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1063D; }
p { color: rgb(241,6,61); }
H1.HeaderClassName
{
color: #F1063D;
}
.AnyTagClassName
{
color: #F1063D;
}
</style>
background-color css
<style>
a { background-color: #F1063D; }
a { background-color: rgb(241,6,61); }
div.DivClassName
{
background-color: #F1063D;
}
.BgClassName
{
background-color: #F1063D;
}
</style>
border-color css
<style>
span { border-color: #F1063D; }
span { border-color: rgb(241,6,61); }
td.TdClassName
{
border-color: #F1063D;
}
.TagClassName
{
border-color: #F1063D;
}
</style>