Shades of Torch Red #FF1F47
Tints of Torch Red #FF1F47
RGB
CMYK
RGB Variations
Color information
#FF1F47 (or 0xFF1F47) is known color: Torch Red. HEX triplet: FF, 1F and 47. RGB value is (255,31,71). Sum of RGB (Red+Green+Blue) = 255+31+71=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F47 is #00E0B8. Grayscale: #666666. Windows color (decimal): -57529 or 4661247. OLE color: 4661247.
HSL color Cylindrical-coordinate representation of color #FF1F47: hue angle of 349.29º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F47 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 71 | - |
| CMYK | 0 | 0.88 | 0.72 | 0 |
| HSL | 349.29º | 1% | 0.56% | - |
| HSV(B) | 349.29º | 0.88% | 1% | - |
| XYZ | 42.87 | 22.69 | 8.08 | - |
| YUV | 102.54 | 110.21 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 71 | 0 | 0.88 | 0.72 | 0 | 349.29 | 1 | 0.56 |
| Hex | FF | 1F | 47 | 0 | 58 | 48 | 0 | 15D | 64 | 38 |
| Octal | 377 | 37 | 107 | 0 | 130 | 110 | 0 | 535 | 144 | 70 |
| Binary | 11111111 | 11111 | 1000111 | 0 | 1011000 | 1001000 | 0 | 101011101 | 1100100 | 111000 |
Color Harmonies of #FF1F47
Complementary color
Monochromatic Colors of #FF1F47
Black with #FF1F47
Text Example
Text Example
White with #FF1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F47; }
p { color: rgb(255,31,71); }
H1.HeaderClassName
{
color: #FF1F47;
}
.AnyTagClassName
{
color: #FF1F47;
}
</style>
background-color css
<style>
a { background-color: #FF1F47; }
a { background-color: rgb(255,31,71); }
div.DivClassName
{
background-color: #FF1F47;
}
.BgClassName
{
background-color: #FF1F47;
}
</style>
border-color css
<style>
span { border-color: #FF1F47; }
span { border-color: rgb(255,31,71); }
td.TdClassName
{
border-color: #FF1F47;
}
.TagClassName
{
border-color: #FF1F47;
}
</style>