Shades of Torch Red #FF1648
Tints of Torch Red #FF1648
RGB
CMYK
RGB Variations
Color information
#FF1648 (or 0xFF1648) is known color: Torch Red. HEX triplet: FF, 16 and 48. RGB value is (255,22,72). Sum of RGB (Red+Green+Blue) = 255+22+72=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1648 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1648 is #00E9B7. Grayscale: #616161. Windows color (decimal): -59832 or 4724479. OLE color: 4724479.
HSL color Cylindrical-coordinate representation of color #FF1648: hue angle of 347.12º 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 #FF1648 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 72 | - |
| CMYK | 0 | 0.91 | 0.72 | 0 |
| HSL | 347.12º | 1% | 0.54% | - |
| HSV(B) | 347.12º | 0.91% | 1% | - |
| XYZ | 42.7 | 22.3 | 8.19 | - |
| YUV | 97.37 | 113.69 | 240.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 72 | 0 | 0.91 | 0.72 | 0 | 347.12 | 1 | 0.54 |
| Hex | FF | 16 | 48 | 0 | 5B | 48 | 0 | 15B | 64 | 36 |
| Octal | 377 | 26 | 110 | 0 | 133 | 110 | 0 | 533 | 144 | 66 |
| Binary | 11111111 | 10110 | 1001000 | 0 | 1011011 | 1001000 | 0 | 101011011 | 1100100 | 110110 |
Color Harmonies of #FF1648
Complementary color
Monochromatic Colors of #FF1648
Black with #FF1648
Text Example
Text Example
White with #FF1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1648; }
p { color: rgb(255,22,72); }
H1.HeaderClassName
{
color: #FF1648;
}
.AnyTagClassName
{
color: #FF1648;
}
</style>
background-color css
<style>
a { background-color: #FF1648; }
a { background-color: rgb(255,22,72); }
div.DivClassName
{
background-color: #FF1648;
}
.BgClassName
{
background-color: #FF1648;
}
</style>
border-color css
<style>
span { border-color: #FF1648; }
span { border-color: rgb(255,22,72); }
td.TdClassName
{
border-color: #FF1648;
}
.TagClassName
{
border-color: #FF1648;
}
</style>