Shades of Torch Red #FF1650
Tints of Torch Red #FF1650
RGB
CMYK
RGB Variations
Color information
#FF1650 (or 0xFF1650) is known color: Torch Red. HEX triplet: FF, 16 and 50. RGB value is (255,22,80). Sum of RGB (Red+Green+Blue) = 255+22+80=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1650 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1650 is #00E9AF. Grayscale: #626262. Windows color (decimal): -59824 or 5248767. OLE color: 5248767.
HSL color Cylindrical-coordinate representation of color #FF1650: hue angle of 345.06º 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 #FF1650 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 80 | - |
| CMYK | 0 | 0.91 | 0.69 | 0 |
| HSL | 345.06º | 1% | 0.54% | - |
| HSV(B) | 345.06º | 0.91% | 1% | - |
| XYZ | 42.97 | 22.41 | 9.65 | - |
| YUV | 98.28 | 117.69 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 80 | 0 | 0.91 | 0.69 | 0 | 345.06 | 1 | 0.54 |
| Hex | FF | 16 | 50 | 0 | 5B | 45 | 0 | 159 | 64 | 36 |
| Octal | 377 | 26 | 120 | 0 | 133 | 105 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10110 | 1010000 | 0 | 1011011 | 1000101 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF1650
Complementary color
Monochromatic Colors of #FF1650
Black with #FF1650
Text Example
Text Example
White with #FF1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1650; }
p { color: rgb(255,22,80); }
H1.HeaderClassName
{
color: #FF1650;
}
.AnyTagClassName
{
color: #FF1650;
}
</style>
background-color css
<style>
a { background-color: #FF1650; }
a { background-color: rgb(255,22,80); }
div.DivClassName
{
background-color: #FF1650;
}
.BgClassName
{
background-color: #FF1650;
}
</style>
border-color css
<style>
span { border-color: #FF1650; }
span { border-color: rgb(255,22,80); }
td.TdClassName
{
border-color: #FF1650;
}
.TagClassName
{
border-color: #FF1650;
}
</style>