Shades of Torch Red #FF1550
Tints of Torch Red #FF1550
RGB
CMYK
RGB Variations
Color information
#FF1550 (or 0xFF1550) is known color: Torch Red. HEX triplet: FF, 15 and 50. RGB value is (255,21,80). Sum of RGB (Red+Green+Blue) = 255+21+80=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1550 is #00EAAF. Grayscale: #616161. Windows color (decimal): -60080 or 5248511. OLE color: 5248511.
HSL color Cylindrical-coordinate representation of color #FF1550: hue angle of 344.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1550 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 80 | - |
| CMYK | 0 | 0.92 | 0.69 | 0 |
| HSL | 344.87º | 1% | 0.54% | - |
| HSV(B) | 344.87º | 0.92% | 1% | - |
| XYZ | 42.96 | 22.38 | 9.64 | - |
| YUV | 97.69 | 118.02 | 240.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 80 | 0 | 0.92 | 0.69 | 0 | 344.87 | 1 | 0.54 |
| Hex | FF | 15 | 50 | 0 | 5C | 45 | 0 | 159 | 64 | 36 |
| Octal | 377 | 25 | 120 | 0 | 134 | 105 | 0 | 531 | 144 | 66 |
| Binary | 11111111 | 10101 | 1010000 | 0 | 1011100 | 1000101 | 0 | 101011001 | 1100100 | 110110 |
Color Harmonies of #FF1550
Complementary color
Monochromatic Colors of #FF1550
Black with #FF1550
Text Example
Text Example
White with #FF1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1550; }
p { color: rgb(255,21,80); }
H1.HeaderClassName
{
color: #FF1550;
}
.AnyTagClassName
{
color: #FF1550;
}
</style>
background-color css
<style>
a { background-color: #FF1550; }
a { background-color: rgb(255,21,80); }
div.DivClassName
{
background-color: #FF1550;
}
.BgClassName
{
background-color: #FF1550;
}
</style>
border-color css
<style>
span { border-color: #FF1550; }
span { border-color: rgb(255,21,80); }
td.TdClassName
{
border-color: #FF1550;
}
.TagClassName
{
border-color: #FF1550;
}
</style>