Shades of Torch Red #FF1647
Tints of Torch Red #FF1647
RGB
CMYK
RGB Variations
Color information
#FF1647 (or 0xFF1647) is known color: Torch Red. HEX triplet: FF, 16 and 47. RGB value is (255,22,71). Sum of RGB (Red+Green+Blue) = 255+22+71=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1647 is #00E9B8. Grayscale: #616161. Windows color (decimal): -59833 or 4658943. OLE color: 4658943.
HSL color Cylindrical-coordinate representation of color #FF1647: hue angle of 347.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1647 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.72 | 0 |
| HSL | 347.38º | 1% | 0.54% | - |
| HSV(B) | 347.38º | 0.91% | 1% | - |
| XYZ | 42.66 | 22.29 | 8.01 | - |
| YUV | 97.25 | 113.19 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 71 | 0 | 0.91 | 0.72 | 0 | 347.38 | 1 | 0.54 |
| Hex | FF | 16 | 47 | 0 | 5B | 48 | 0 | 15B | 64 | 36 |
| Octal | 377 | 26 | 107 | 0 | 133 | 110 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10110 | 1000111 | 0 | 1011011 | 1001000 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1647
Complementary color
Monochromatic Colors of #FF1647
Black with #FF1647
Text Example
Text Example
White with #FF1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1647; }
p { color: rgb(255,22,71); }
H1.HeaderClassName
{
color: #FF1647;
}
.AnyTagClassName
{
color: #FF1647;
}
</style>
background-color css
<style>
a { background-color: #FF1647; }
a { background-color: rgb(255,22,71); }
div.DivClassName
{
background-color: #FF1647;
}
.BgClassName
{
background-color: #FF1647;
}
</style>
border-color css
<style>
span { border-color: #FF1647; }
span { border-color: rgb(255,22,71); }
td.TdClassName
{
border-color: #FF1647;
}
.TagClassName
{
border-color: #FF1647;
}
</style>