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