Shades of Torch Red #F1103D
Tints of Torch Red #F1103D
RGB
CMYK
RGB Variations
Color information
#F1103D (or 0xF1103D) is known color: Torch Red. HEX triplet: F1, 10 and 3D. RGB value is (241,16,61). Sum of RGB (Red+Green+Blue) = 241+16+61=318 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.79% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 241 - color contains mainly: red. Hex color #F1103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1103D is #0EEFC2. Grayscale: #585858. Windows color (decimal): -978883 or 4002033. OLE color: 4002033.
HSL color Cylindrical-coordinate representation of color #F1103D: hue angle of 348º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1103D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.05 |
| HSL | 348º | 0.89% | 0.5% | - |
| HSV(B) | 348º | 0.93% | 0.95% | - |
| XYZ | 37.3 | 19.41 | 6.19 | - |
| YUV | 88.41 | 112.54 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 61 | 0 | 0.93 | 0.75 | 0.05 | 348 | 0.89 | 0.5 |
| Hex | F1 | 10 | 3D | 0 | 5D | 4B | 5 | 15C | 59 | 32 |
| Octal | 361 | 20 | 75 | 0 | 135 | 113 | 5 | 534 | 131 | 62 |
| Binary | 11110001 | 10000 | 111101 | 0 | 1011101 | 1001011 | 101 | 101011100 | 1011001 | 110010 |
Color Harmonies of #F1103D
Complementary color
Monochromatic Colors of #F1103D
Black with #F1103D
Text Example
Text Example
White with #F1103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1103D; }
p { color: rgb(241,16,61); }
H1.HeaderClassName
{
color: #F1103D;
}
.AnyTagClassName
{
color: #F1103D;
}
</style>
background-color css
<style>
a { background-color: #F1103D; }
a { background-color: rgb(241,16,61); }
div.DivClassName
{
background-color: #F1103D;
}
.BgClassName
{
background-color: #F1103D;
}
</style>
border-color css
<style>
span { border-color: #F1103D; }
span { border-color: rgb(241,16,61); }
td.TdClassName
{
border-color: #F1103D;
}
.TagClassName
{
border-color: #F1103D;
}
</style>