Shades of Torch Red #F1053D
Tints of Torch Red #F1053D
RGB
CMYK
RGB Variations
Color information
#F1053D (or 0xF1053D) is known color: Torch Red. HEX triplet: F1, 05 and 3D. RGB value is (241,5,61). Sum of RGB (Red+Green+Blue) = 241+5+61=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1053D is #0EFAC2. Grayscale: #515151. Windows color (decimal): -981699 or 3999217. OLE color: 3999217.
HSL color Cylindrical-coordinate representation of color #F1053D: hue angle of 345.76º degrees, saturation: 0.96, 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 #F1053D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.05 |
| HSL | 345.76º | 0.96% | 0.48% | - |
| HSV(B) | 345.76º | 0.98% | 0.95% | - |
| XYZ | 37.17 | 19.15 | 6.15 | - |
| YUV | 81.95 | 116.19 | 241.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 61 | 0 | 0.98 | 0.75 | 0.05 | 345.76 | 0.96 | 0.48 |
| Hex | F1 | 5 | 3D | 0 | 62 | 4B | 5 | 15A | 60 | 30 |
| Octal | 361 | 5 | 75 | 0 | 142 | 113 | 5 | 532 | 140 | 60 |
| Binary | 11110001 | 101 | 111101 | 0 | 1100010 | 1001011 | 101 | 101011010 | 1100000 | 110000 |
Color Harmonies of #F1053D
Complementary color
Monochromatic Colors of #F1053D
Black with #F1053D
Text Example
Text Example
White with #F1053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1053D; }
p { color: rgb(241,5,61); }
H1.HeaderClassName
{
color: #F1053D;
}
.AnyTagClassName
{
color: #F1053D;
}
</style>
background-color css
<style>
a { background-color: #F1053D; }
a { background-color: rgb(241,5,61); }
div.DivClassName
{
background-color: #F1053D;
}
.BgClassName
{
background-color: #F1053D;
}
</style>
border-color css
<style>
span { border-color: #F1053D; }
span { border-color: rgb(241,5,61); }
td.TdClassName
{
border-color: #F1053D;
}
.TagClassName
{
border-color: #F1053D;
}
</style>