Shades of Torch Red #FF1150
Tints of Torch Red #FF1150
RGB
CMYK
RGB Variations
Color information
#FF1150 (or 0xFF1150) is known color: Torch Red. HEX triplet: FF, 11 and 50. RGB value is (255,17,80). Sum of RGB (Red+Green+Blue) = 255+17+80=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1150 is #00EEAF. Grayscale: #5F5F5F. Windows color (decimal): -61104 or 5247487. OLE color: 5247487.
HSL color Cylindrical-coordinate representation of color #FF1150: hue angle of 344.12º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1150 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 80 | - |
| CMYK | 0 | 0.93 | 0.69 | 0 |
| HSL | 344.12º | 1% | 0.53% | - |
| HSV(B) | 344.12º | 0.93% | 1% | - |
| XYZ | 42.89 | 22.24 | 9.62 | - |
| YUV | 95.34 | 119.35 | 241.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 80 | 0 | 0.93 | 0.69 | 0 | 344.12 | 1 | 0.53 |
| Hex | FF | 11 | 50 | 0 | 5D | 45 | 0 | 158 | 64 | 35 |
| Octal | 377 | 21 | 120 | 0 | 135 | 105 | 0 | 530 | 144 | 65 |
| Binary | 11111111 | 10001 | 1010000 | 0 | 1011101 | 1000101 | 0 | 101011000 | 1100100 | 110101 |
Color Harmonies of #FF1150
Complementary color
Monochromatic Colors of #FF1150
Black with #FF1150
Text Example
Text Example
White with #FF1150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1150; }
p { color: rgb(255,17,80); }
H1.HeaderClassName
{
color: #FF1150;
}
.AnyTagClassName
{
color: #FF1150;
}
</style>
background-color css
<style>
a { background-color: #FF1150; }
a { background-color: rgb(255,17,80); }
div.DivClassName
{
background-color: #FF1150;
}
.BgClassName
{
background-color: #FF1150;
}
</style>
border-color css
<style>
span { border-color: #FF1150; }
span { border-color: rgb(255,17,80); }
td.TdClassName
{
border-color: #FF1150;
}
.TagClassName
{
border-color: #FF1150;
}
</style>