Shades of Torch Red #FF1047
Tints of Torch Red #FF1047
RGB
CMYK
RGB Variations
Color information
#FF1047 (or 0xFF1047) is known color: Torch Red. HEX triplet: FF, 10 and 47. RGB value is (255,16,71). Sum of RGB (Red+Green+Blue) = 255+16+71=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 71 (28.12% from 255 or 20.76% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1047 is #00EFB8. Grayscale: #5D5D5D. Windows color (decimal): -61369 or 4657407. OLE color: 4657407.
HSL color Cylindrical-coordinate representation of color #FF1047: hue angle of 346.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1047 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 71 | - |
| CMYK | 0 | 0.94 | 0.72 | 0 |
| HSL | 346.19º | 1% | 0.53% | - |
| HSV(B) | 346.19º | 0.94% | 1% | - |
| XYZ | 42.56 | 22.09 | 7.98 | - |
| YUV | 93.73 | 115.18 | 243.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 71 | 0 | 0.94 | 0.72 | 0 | 346.19 | 1 | 0.53 |
| Hex | FF | 10 | 47 | 0 | 5E | 48 | 0 | 15A | 64 | 35 |
| Octal | 377 | 20 | 107 | 0 | 136 | 110 | 0 | 532 | 144 | 65 |
| Binary | 11111111 | 10000 | 1000111 | 0 | 1011110 | 1001000 | 0 | 101011010 | 1100100 | 110101 |
Color Harmonies of #FF1047
Complementary color
Monochromatic Colors of #FF1047
Black with #FF1047
Text Example
Text Example
White with #FF1047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1047; }
p { color: rgb(255,16,71); }
H1.HeaderClassName
{
color: #FF1047;
}
.AnyTagClassName
{
color: #FF1047;
}
</style>
background-color css
<style>
a { background-color: #FF1047; }
a { background-color: rgb(255,16,71); }
div.DivClassName
{
background-color: #FF1047;
}
.BgClassName
{
background-color: #FF1047;
}
</style>
border-color css
<style>
span { border-color: #FF1047; }
span { border-color: rgb(255,16,71); }
td.TdClassName
{
border-color: #FF1047;
}
.TagClassName
{
border-color: #FF1047;
}
</style>