Shades of Torch Red #F1143A
Tints of Torch Red #F1143A
RGB
CMYK
RGB Variations
Color information
#F1143A (or 0xF1143A) is known color: Torch Red. HEX triplet: F1, 14 and 3A. RGB value is (241,20,58). Sum of RGB (Red+Green+Blue) = 241+20+58=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F1143A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1143A is #0EEBC5. Grayscale: #5A5A5A. Windows color (decimal): -977862 or 3806449. OLE color: 3806449.
HSL color Cylindrical-coordinate representation of color #F1143A: hue angle of 349.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1143A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 58 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 349.68º | 0.89% | 0.51% | - |
| HSV(B) | 349.68º | 0.92% | 0.95% | - |
| XYZ | 37.29 | 19.51 | 5.8 | - |
| YUV | 90.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 58 | 0 | 0.92 | 0.76 | 0.05 | 349.68 | 0.89 | 0.51 |
| Hex | F1 | 14 | 3A | 0 | 5C | 4C | 5 | 15E | 59 | 33 |
| Octal | 361 | 24 | 72 | 0 | 134 | 114 | 5 | 536 | 131 | 63 |
| Binary | 11110001 | 10100 | 111010 | 0 | 1011100 | 1001100 | 101 | 101011110 | 1011001 | 110011 |
Color Harmonies of #F1143A
Complementary color
Monochromatic Colors of #F1143A
Black with #F1143A
Text Example
Text Example
White with #F1143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1143A; }
p { color: rgb(241,20,58); }
H1.HeaderClassName
{
color: #F1143A;
}
.AnyTagClassName
{
color: #F1143A;
}
</style>
background-color css
<style>
a { background-color: #F1143A; }
a { background-color: rgb(241,20,58); }
div.DivClassName
{
background-color: #F1143A;
}
.BgClassName
{
background-color: #F1143A;
}
</style>
border-color css
<style>
span { border-color: #F1143A; }
span { border-color: rgb(241,20,58); }
td.TdClassName
{
border-color: #F1143A;
}
.TagClassName
{
border-color: #F1143A;
}
</style>